Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: impl object-store based on opendal #27

Merged
merged 5 commits into from
May 17, 2022
Merged

Conversation

killme2008
Copy link
Contributor

@killme2008 killme2008 commented May 16, 2022

Impl object-store service based on opendal, it's just a simple wrapper right now.

TODO:

  • Impl append?

@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #27 (592c6cc) into develop (93cbdbe) will increase coverage by 0.93%.
The diff coverage is 97.26%.

@@             Coverage Diff             @@
##           develop      #27      +/-   ##
===========================================
+ Coverage    37.92%   38.86%   +0.93%     
===========================================
  Files           69       71       +2     
  Lines         4285     4354      +69     
===========================================
+ Hits          1625     1692      +67     
- Misses        2660     2662       +2     
Flag Coverage Δ
rust 38.86% <97.26%> (+0.93%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/object-store/tests/object_store_test.rs 97.10% <97.10%> (ø)
src/object-store/src/lib.rs 100.00% <100.00%> (ø)
src/object-store/src/util.rs 100.00% <100.00%> (ø)
src/common/recordbatch/src/util.rs 91.89% <0.00%> (-0.61%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93cbdbe...592c6cc. Read the comment docs.

Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@evenyag evenyag merged commit a819b6b into develop May 17, 2022
@evenyag evenyag deleted the feature/object-storage branch May 17, 2022 07:58
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* feat: impl object-store based on opendal

* feat: adds s3 test

* feat: export Layer

* feat: pass s3 access key/secret by env vars

* fix: logging when s3 test is running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants