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

Integrate with dask>=2023.7.1, enable fugue pytest support, remove python 3.7 support, change pandas dtype system #502

Closed goodwanghan closed 10 months ago

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.65% :tada:

Comparison is base (dbeeb1b) 99.34% compared to head (4adf6b8) 100.00%.

:exclamation: Current head 4adf6b8 differs from pull request most recent head fec94e9. Consider uploading reports for the commit fec94e9 to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #502 +/- ## =========================================== + Coverage 99.34% 100.00% +0.65% =========================================== Files 128 128 Lines 12184 12038 -146 =========================================== - Hits 12104 12038 -66 + Misses 80 0 -80 ``` | [Files Changed](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | Coverage Δ | | |---|---|---| | [fugue\_test/builtin\_suite.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfdGVzdC9idWlsdGluX3N1aXRlLnB5) | `100.00% <ø> (ø)` | | | [fugue/\_utils/io.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvX3V0aWxzL2lvLnB5) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/array\_dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL2FycmF5X2RhdGFmcmFtZS5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/arrow\_dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL2Fycm93X2RhdGFmcmFtZS5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL2RhdGFmcmFtZS5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/iterable\_dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL2l0ZXJhYmxlX2RhdGFmcmFtZS5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/pandas\_dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL3BhbmRhc19kYXRhZnJhbWUucHk=) | `100.00% <100.00%> (ø)` | | | [fugue/extensions/\_builtins/outputters.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZXh0ZW5zaW9ucy9fYnVpbHRpbnMvb3V0cHV0dGVycy5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue\_dask/\_constants.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfZGFzay9fY29uc3RhbnRzLnB5) | `100.00% <100.00%> (ø)` | | | [fugue\_dask/\_io.py](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfZGFzay9faW8ucHk=) | `100.00% <100.00%> (ø)` | | | ... and [15 more](https://app.codecov.io/gh/fugue-project/fugue/pull/502?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | |

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