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

Refactor FunctionWrapper #432

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 (59231f7) 100.00% compared to head (660fd41) 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 #432 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 124 125 +1 Lines 11881 11888 +7 ========================================= + Hits 11881 11888 +7 ``` | [Impacted Files](https://codecov.io/gh/fugue-project/fugue/pull/432?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/432?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/registry.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvcmVnaXN0cnkucHk=) | `100.00% <ø> (ø)` | | | [fugue/\_\_init\_\_.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [fugue/\_utils/interfaceless.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvX3V0aWxzL2ludGVyZmFjZWxlc3MucHk=) | `100.00% <100.00%> (ø)` | | | [fugue/\_utils/registry.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvX3V0aWxzL3JlZ2lzdHJ5LnB5) | `100.00% <100.00%> (ø)` | | | [fugue/collections/function\_wrapper.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvY29sbGVjdGlvbnMvZnVuY3Rpb25fd3JhcHBlci5weQ==) | `100.00% <100.00%> (ø)` | | | [fugue/constants.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvY29uc3RhbnRzLnB5) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/\_\_init\_\_.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGF0YWZyYW1lL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [fugue/dataframe/function\_wrapper.py](https://codecov.io/gh/fugue-project/fugue/pull/432?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/dev.py](https://codecov.io/gh/fugue-project/fugue/pull/432?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fugue-project#diff-ZnVndWUvZGV2LnB5) | `100.00% <100.00%> (ø)` | | | ... and [17 more](https://codecov.io/gh/fugue-project/fugue/pull/432?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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.