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

Change temp view name to uppercase, fix various build issues #536

Closed goodwanghan closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (fadf34d) to head (c260db1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #536 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 128 128 Lines 12270 12263 -7 ========================================= - Hits 12270 12263 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cristianmatache commented 2 months ago

@goodwanghan when will this change be released? at least as a dev version

goodwanghan commented 2 months ago

@goodwanghan when will this change be released? at least as a dev version

I can release a dev version today. The 0.9.0 version will be released tomorrow.

cristianmatache commented 2 months ago

no rush for dev if the actual release comes tomorrow, I am temporarily pointing to the latest commit on master in my requirements.txt thank you

goodwanghan commented 2 months ago

@goodwanghan when will this change be released? at least as a dev version

I released 0.9.0.dev4

Tomorrow morning, 0.9.0 will be released

Could I know how you are using Fugue? With what backend?