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

Update Fugue to be Pandas 2 compatible, remove Spark2 support, remove avro support #463

Closed goodwanghan closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (02151cd) 100.00% compared to head (16921d9) 100.00%.

:exclamation: Current head 16921d9 differs from pull request most recent head 2ca76f2. Consider uploading reports for the commit 2ca76f2 to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #463 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 128 127 -1 Lines 12077 11979 -98 ========================================= - Hits 12077 11979 -98 ``` | [Impacted Files](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | Coverage Δ | | |---|---|---| | [fugue/dataframe/utils.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL3V0aWxzLnB5) | `100.00% <ø> (ø)` | | | [fugue\_dask/\_io.py](https://codecov.io/gh/fugue-project/fugue/pull/463?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% <ø> (ø)` | | | [fugue\_spark/\_constants.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvX2NvbnN0YW50cy5weQ==) | `100.00% <ø> (ø)` | | | [fugue\_spark/\_utils/io.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvX3V0aWxzL2lvLnB5) | `100.00% <ø> (ø)` | | | [fugue\_test/dataframe\_suite.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfdGVzdC9kYXRhZnJhbWVfc3VpdGUucHk=) | `100.00% <ø> (ø)` | | | [fugue\_test/execution\_suite.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfdGVzdC9leGVjdXRpb25fc3VpdGUucHk=) | `100.00% <ø> (ø)` | | | [fugue/\_utils/io.py](https://codecov.io/gh/fugue-project/fugue/pull/463?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/arrow\_dataframe.py](https://codecov.io/gh/fugue-project/fugue/pull/463?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\_ray/\_utils/io.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfcmF5L191dGlscy9pby5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue\_spark/\_utils/convert.py](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvX3V0aWxzL2NvbnZlcnQucHk=) | `100.00% <100.00%> (ø)` | | | ... and [3 more](https://codecov.io/gh/fugue-project/fugue/pull/463?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?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: Do you have feedback about the report comment? Let us know in this issue.