bug: AttributeError: module 'sqlglot.expressions' has no attribute 'Median' #10738
Closed
1 task done
Labels
bug
Incorrect behavior inside of ibis
What happened?
I wanted to use
ibis.cases
so I moved to latest version 10.0.0.dev490 prerelease.Since then I have an issue using connect.
I tried with duckdb and pyspark and have the same issue.
con = ibis.pyspark.connect()
ORcon = ibis.duckdb.connect()
Result in following error:
AttributeError: module 'sqlglot.expressions' has no attribute 'Median'
What version of ibis are you using?
10.0.0.dev490
What backend(s) are you using, if any?
DuckDB or PySpark
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: