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

Extension namespace #427

Closed goodwanghan closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (f73382b) compared to base (2aeb33a). Patch coverage: 100.00% of modified lines in pull request are covered.

:exclamation: Current head f73382b differs from pull request most recent head 99c023c. Consider uploading reports for the commit 99c023c 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 #427 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 124 124 Lines 11902 11907 +5 ========================================= + Hits 11902 11907 +5 ``` | [Impacted Files](https://codecov.io/gh/fugue-project/fugue/pull/427?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project) | Coverage Δ | | |---|---|---| | [fugue/extensions/\_\_init\_\_.py](https://codecov.io/gh/fugue-project/fugue/pull/427?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZXh0ZW5zaW9ucy9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue/extensions/\_builtins/outputters.py](https://codecov.io/gh/fugue-project/fugue/pull/427?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/extensions/\_utils.py](https://codecov.io/gh/fugue-project/fugue/pull/427?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZXh0ZW5zaW9ucy9fdXRpbHMucHk=) | `100.00% <100.00%> (ø)` | | | [fugue\_spark/registry.py](https://codecov.io/gh/fugue-project/fugue/pull/427?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%> (ø)` | | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.