Closed ncclementi closed 4 months ago
What version of duckdb are you running? I don't see this with 1.0.0. If you're using any custom built extensions that could also be the issue.
This looks reproducible without Ibis, given that the error message is coming from duckdb and it's saying it doesn't support some piece of functionality.
Can you grab the SQL produced by Ibis and create an upstream bug report for them?
I upgraded to the latest nightly, and I can reproduce with just duckdb, sorry for the noise, closing. xref upstream: https://github.com/duckdb/duckdb/issues/13120
No worries, thanks for reporting upstream!
What happened?
When trying to run the following code (xref: https://github.com/ibis-project/ibis/issues/9662)
I get
I thought this was because I ad the
_.bbox
in the select which is a struct column. But when I tried to invert the order and to the filter first and then the select to avoid that, like:I get the same error.
What version of ibis are you using?
main
What backend(s) are you using, if any?
duckdb
Relevant log output
No response
Code of Conduct