fsspec / ossfs

fsspec filesystem for Alibaba Cloud (Aliyun) Object Storage System (OSS)
Apache License 2.0
21 stars 11 forks source link

Implement `pipe` related operations in the `AysncOSSFileSystem` #112

Closed karajan1001 closed 1 year ago

karajan1001 commented 1 year ago

fix: #95

  1. implement pipe_file for the AioOSSFileSystem
  2. make tests for pipe_file passed.
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.37 :tada:

Comparison is base (8a93c6a) 92.12% compared to head (f33989e) 92.50%.

: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 @@ ## main #112 +/- ## ========================================== + Coverage 92.12% 92.50% +0.37% ========================================== Files 13 13 Lines 1651 1694 +43 Branches 325 344 +19 ========================================== + Hits 1521 1567 +46 + Misses 87 85 -2 + Partials 43 42 -1 ``` | [Impacted Files](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/ossfs/utils.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL3V0aWxzLnB5) | `95.52% <ø> (-0.07%)` | :arrow_down: | | [src/ossfs/async\_oss.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2FzeW5jX29zcy5weQ==) | `82.97% <100.00%> (+2.22%)` | :arrow_up: | | [src/ossfs/base.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2Jhc2UucHk=) | `88.11% <100.00%> (+0.61%)` | :arrow_up: | | [src/ossfs/core.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2NvcmUucHk=) | `82.87% <100.00%> (+0.33%)` | :arrow_up: | | [src/ossfs/exceptions.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL29zc2ZzL2V4Y2VwdGlvbnMucHk=) | `62.50% <100.00%> (ø)` | | | [tests/test\_login.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvdGVzdF9sb2dpbi5weQ==) | `100.00% <100.00%> (ø)` | | | [tests/test\_object.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvdGVzdF9vYmplY3QucHk=) | `99.50% <100.00%> (+<0.01%)` | :arrow_up: | | [tests/test\_ossfs.py](https://codecov.io/gh/fsspec/ossfs/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvdGVzdF9vc3Nmcy5weQ==) | `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=None). 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=None)

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