chore: update the opendal to 0.56 rc2#8003
Merged
evenyag merged 20 commits intoGreptimeTeam:mainfrom Apr 26, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request performs a significant upgrade of the opendal dependency to v0.56.0-rc.2 and introduces a compatibility adapter, OpendalStore, to support object_store 0.12. These changes necessitate updates to storage operations, such as transitioning from remove_all to delete_with and adjusting metadata retrieval logic. Review feedback identifies several critical improvements for the new compatibility layer: ensuring opendal::Buffer is correctly converted to Bytes in the read stream and utilizing metakey during object listing to fetch metadata efficiently and avoid performance-degrading N+1 stat requests.
evenyag
reviewed
Apr 21, 2026
4dd7a3a to
ba5bbb0
Compare
evenyag
reviewed
Apr 22, 2026
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
This reverts commit 90bfafc.
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
d4cf020 to
1dc9265
Compare
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
evenyag
reviewed
Apr 24, 2026
killme2008
approved these changes
Apr 24, 2026
Signed-off-by: shuiyisong <xixing.sys@gmail.com>
evenyag
reviewed
Apr 26, 2026
evenyag
approved these changes
Apr 26, 2026
Signed-off-by: shuiyisong <xixing.sys@gmail.com> Signed-off-by: evenyag <realevenyag@gmail.com>
Signed-off-by: evenyag <realevenyag@gmail.com>
Signed-off-by: evenyag <realevenyag@gmail.com>
2e33088 to
5e7b44c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
As the title suggests.
PR Checklist
Please convert it to a draft if some of the following conditions are not met.