如题,请问gold_result是否会变化? 我观察到我生成的sql中,存在以下情况: 行数和列数都是一样的,列值只跟gold_result相差个位数,遂请问gold_result是否会变化?
Hi, I have a question about the consistency of the gold_result.
In my experiments, I observed cases where the generated SQL produces results with the same shape (identical number of rows and columns) as the gold_result, but a few cell values differ slightly.
This makes me wonder:
Is the gold_result strictly deterministic, or could there be variations due to factors such as data updates, execution differences, or non-deterministic SQL operations?
Appreciate any clarification. Thanks!
如题,请问gold_result是否会变化? 我观察到我生成的sql中,存在以下情况: 行数和列数都是一样的,列值只跟gold_result相差个位数,遂请问gold_result是否会变化?
Hi, I have a question about the consistency of the gold_result.
In my experiments, I observed cases where the generated SQL produces results with the same shape (identical number of rows and columns) as the gold_result, but a few cell values differ slightly.
This makes me wonder:
Is the gold_result strictly deterministic, or could there be variations due to factors such as data updates, execution differences, or non-deterministic SQL operations?
Appreciate any clarification. Thanks!