Open efcaguab opened 2 weeks ago
This looks like an issue with what we're generating as the default window frame.
Thanks for the report!
I've started on this, but it's hairy and probably requires changing the behavior of window functions with Ibis default values.
I should be able to get to this for 10.0 which would be the ideal release to ship it in since it would be a big change.
What happened?
When I try to use nunique with a grouup_by, or window I'm getting an error suggesting that the SQL is not allowed by BigQuery.
The same ibis expressions seem to work well using duckdb. Perhaps something to do with the row-wise arrangement of the window function?
What version of ibis are you using?
9.5.0
What backend(s) are you using, if any?
bigquery
Relevant log output
Code of Conduct