You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in bq026, the functions claimed in spider2-lite.json are:
"special_function": [
"aggregate-functions/ANY_VALUE",
"aggregate-functions/ARRAY_AGG",
"aggregate-functions/GROUPING",
"aggregate-functions/STRING_AGG",
"conversion-functions/CAST",
"mathematical-functions/FLOOR",
"string-functions/REGEXP_CONTAINS",
"conditional-functions/IF",
"other-functions/UNNEST",
"other-functions/ARRAY_SUBSCRIPT"
]
However, the function GROUPING and IF are not used in the gold SQL of bq026. I wonder whether they need to be consistent.
The text was updated successfully, but these errors were encountered:
Hi, the "special_function" is intended solely for analysis; it is not a fundamental setting of our task nor the only ground truth. In fact, there may be multiple gold SQL queries that can solve a task, each utilizing different functions. Regarding your question, we acknowledge this oversight and will correct the bug promptly.
For example, in bq026, the functions claimed in spider2-lite.json are:
"special_function": [
"aggregate-functions/ANY_VALUE",
"aggregate-functions/ARRAY_AGG",
"aggregate-functions/GROUPING",
"aggregate-functions/STRING_AGG",
"conversion-functions/CAST",
"mathematical-functions/FLOOR",
"string-functions/REGEXP_CONTAINS",
"conditional-functions/IF",
"other-functions/UNNEST",
"other-functions/ARRAY_SUBSCRIPT"
]
However, the function GROUPING and IF are not used in the gold SQL of bq026. I wonder whether they need to be consistent.
The text was updated successfully, but these errors were encountered: