fugue-project / fugue

A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
1.98k stars 94 forks source link

[BUG] Fugue doesn't work with Ibis 6.0.0 #489

Closed goodwanghan closed 1 year ago

goodwanghan commented 1 year ago

Ibis 6 is a new release that has dropped support for python 3.8. Plus it has breaking changes (for example suffixes) that can't pass all Fugue tests. We need to fix this compatibility issue.