-
Notifications
You must be signed in to change notification settings - Fork 608
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
bug(bigquery): Syntax error when applying an empty window spec #9872
Comments
Thanks for opening this. I'm unable to reproduce - ibis doesn't define I'd missed that bigquery has support for |
@jcrist Thanks for the additional context! You're right, I should have mentioned I'm using a modified BigQuery compiler.
However, when using an empty window spec with this quantile function, we encounter the same issues described previously. I'm uncertain if this is the intended way to use this function in such a scenario. |
Thanks for the context. I think we could add |
Thanks jcrist@! Thanks for your response. I agree, including
|
What happened?
In the BigQuery backend, when an empty window spec is applied, the generated SQL contains a syntax error. This leads to query failures and prevents the expected computation.
Step to reproduce
Window framing clause is not allowed for analytic function percentile_cont at [2:46]
Expected Behavior
The generated SQL could omit the window framing clause when an empty window spec is provided.
What version of ibis are you using?
9.2.0
What backend(s) are you using, if any?
BigQuery
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: