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
in running TPC-H queries on the Polars backend with Ibis, 9/22 fail due to lack of scalar subquery support
What is the motivation behind your request?
mostly to have an issue to point to and discuss -- I'm not sure to what extent scalar subqueries are supported in Polars, but at least a very simple example works that fails for Ibis:
[ins] In [1]: importibis
[ins] In [2]: ibis.options.interactive=True
[ins] In [3]: ibis.set_backend("polars")
[ins] In [4]: t=ibis.examples.penguins.fetch()
[ins] In [5]: t.filter(t["bill_length_mm"] ==t["bill_length_mm"].min())
Out[5]:
[lotsoftracebackommitted]
OperationNotDefinedError: Notranslationrulefor<class'ibis.expr.operations.subqueries.ScalarSubquery'>
What version of ibis are you running?
main, 9.1.0
What backend(s) are you using, if any?
Polars
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
in running TPC-H queries on the Polars backend with Ibis, 9/22 fail due to lack of scalar subquery support
What is the motivation behind your request?
mostly to have an issue to point to and discuss -- I'm not sure to what extent scalar subqueries are supported in Polars, but at least a very simple example works that fails for Ibis:
Describe the solution you'd like
this would work:
What version of ibis are you running?
main, 9.1.0
What backend(s) are you using, if any?
Polars
Code of Conduct
The text was updated successfully, but these errors were encountered: