-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParseException due to ARRAY_AGG() and SAFE_CAST() #1622
Comments
Greetings, The problem is about |
Greetings, Thanks a lot for quickly identifying the root cause of the problem. Just would like to follow up with you and see when approximately will this change be applied / released? Any details would be greatly appreciated. Best regards, |
Hi @manticore-projects , not only
|
Certainly, because all of those are mot standard compliant, but Google BigQuery specific. |
@manticore-projects Thanks, I add |
Do I get this right, that this issue is not yet complete by the PR? |
@wumpz Yes, It only solves |
Continued as Feature request under #1856 |
Hi,
We recently found this ParseException due to the use of ARRAY_AGG() and SAFE_CAST() from the built-in functions provided by Google BigQuery. However, when I tried to validate the SQL syntax, I got this error:
Was expecting one of:
The SQL statement looks like this:
select array_agg(safe_cast(n as Float64)) as temp from UNNEST(SPLIT("0,0,0,0,0",",")) as n
We are wondering is there a way to allow
ARRAY_AGG()
andSAFE_CAST()
without throwing exceptions?Thank you very much in advance,
Tianqi
The text was updated successfully, but these errors were encountered: