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.92k stars 94 forks source link

[COMPATIBILITY] Fix compatibility issues with Dask 2024.4+ #539

Closed goodwanghan closed 2 months ago

goodwanghan commented 2 months ago

Dask 2024.4+ causes compatibility issues, majorly in some test cases. We need to fix those test cases.