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

Fix pa.Table output bug, add support for AnyDataFrame, improve Spark Pandas UDF partitioning #491

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 (19e1b26) 100.00% compared to head (1564110) 100.00%.

: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 #491 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 128 128 Lines 12046 12104 +58 ========================================= + Hits 12046 12104 +58 ``` | [Impacted Files](https://app.codecov.io/gh/fugue-project/fugue/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | Coverage Δ | | |---|---|---| | [fugue/dataframe/dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/491?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/dataframe\_iterable\_dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL2RhdGFmcmFtZV9pdGVyYWJsZV9kYXRhZnJhbWUucHk=) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/function\_wrapper.py](https://app.codecov.io/gh/fugue-project/fugue/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL2Z1bmN0aW9uX3dyYXBwZXIucHk=) | `100.00% <100.00%> (ø)` | | | [fugue\_spark/execution\_engine.py](https://app.codecov.io/gh/fugue-project/fugue/pull/491?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvZXhlY3V0aW9uX2VuZ2luZS5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue\_test/builtin\_suite.py](https://app.codecov.io/gh/fugue-project/fugue/pull/491?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% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.