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

Add Spark Connect support #467

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 (9fe0157) 100.00% compared to head (622e182) 100.00%.

: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 #467 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 127 128 +1 Lines 11981 12006 +25 ========================================= + Hits 11981 12006 +25 ``` | [Impacted Files](https://app.codecov.io/gh/fugue-project/fugue/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | Coverage Δ | | |---|---|---| | [fugue\_spark/\_utils/convert.py](https://app.codecov.io/gh/fugue-project/fugue/pull/467?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%> (ø)` | | | [fugue\_spark/\_utils/misc.py](https://app.codecov.io/gh/fugue-project/fugue/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvX3V0aWxzL21pc2MucHk=) | `100.00% <100.00%> (ø)` | | | [fugue\_spark/\_utils/partition.py](https://app.codecov.io/gh/fugue-project/fugue/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvX3V0aWxzL3BhcnRpdGlvbi5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue\_spark/dataframe.py](https://app.codecov.io/gh/fugue-project/fugue/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvZGF0YWZyYW1lLnB5) | `100.00% <100.00%> (ø)` | | | [fugue\_spark/execution\_engine.py](https://app.codecov.io/gh/fugue-project/fugue/pull/467?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\_spark/registry.py](https://app.codecov.io/gh/fugue-project/fugue/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWVfc3BhcmsvcmVnaXN0cnkucHk=) | `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.