-
Notifications
You must be signed in to change notification settings - Fork 379
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
[#5633] remove the key-value storage backend logic #5645
[#5633] remove the key-value storage backend logic #5645
Conversation
Thanks @pithecuse527 for the contribution. I think the |
Hello, I have removed the module |
@yuqi1129 please spend time on this PR, to help @pithecuse527 to get this done, thanks. |
@pithecuse527 , Hi, thanks for your contribution, I have checked the code and the following can be further improved
Also, please carefully check the code, I notice that |
Thanks for the help. As I go through, I wonder why we need to delete the |
Oh, my fault, |
@yuqi1129
I don't see any If everything else looks fine, I can rebase this branch. |
I see, there are some build package that contains content |
0751646
to
d533bb3
Compare
Thanks for letting me know. I’ve rebased this branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. @jerryshao would you like to take a look?
Looks like we still have some build issues, @pithecuse527 would you please make the CI pass? |
46cae48
to
a42fae7
Compare
a42fae7
to
deae27e
Compare
Looks like the CI is passed, @yuqi1129 can you please help to check if everything is OK? |
Got it. |
Feel free to let me know if there are further requests :) Thank you for the guidance. @yuqi1129 @jerryshao |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor one, others look good to me.
deae27e
to
8658c82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @pithecuse527 for your contribution.
@yuqi1129 can you please take another look?
Merge it into main, @pithecuse527 Thanks for your hard work. |
<!-- 1. Title: [#<issue>] <type>(<scope>): <subject> Examples: - "[apache#123] feat(operator): support xxx" - "[apache#233] fix: check null before access result in xxx" - "[MINOR] refactor: fix typo in variable name" - "[MINOR] docs: fix typo in README" - "[apache#255] test: fix flaky test NameOfTheTest" Reference: https://www.conventionalcommits.org/en/v1.0.0/ 2. If the PR is unfinished, please mark this PR as draft. --> ### What changes were proposed in this pull request? Remove Key-Value storage backend storage implementations ### Why are the changes needed? Fix: apache#5633 ### Does this PR introduce _any_ user-facing change? yes ### How was this patch tested? Remove tests for the Key-Value storage implementation code
What changes were proposed in this pull request?
Remove Key-Value storage backend storage implementations
Why are the changes needed?
Fix: #5633
Does this PR introduce any user-facing change?
yes
How was this patch tested?
Remove tests for the Key-Value storage implementation code