-
Notifications
You must be signed in to change notification settings - Fork 118
Support SST Decoder #284
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
Support SST Decoder #284
Conversation
4bcdc15 to
6cb7646
Compare
Signed-off-by: marsishandsome <marsishandsome@gmail.com>
6cb7646 to
e0c00f6
Compare
|
/run-all-tests |
Little-Wallace
left a comment
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
|
I suggest checking |
Cool. Can we do this job as a subtask of API V2? |
|
/run-all-tests |
d0dd3c8 to
a6f13ea
Compare
|
/run-all-tests |
Signed-off-by: marsishandsome <marsishandsome@gmail.com>
a6f13ea to
5869fb8
Compare
|
/run-all-tests |
Signed-off-by: marsishandsome marsishandsome@gmail.com
What problem does this PR solve?
close #285
support decode SST to Key-Value
subtask of tikv/tikv#11007
What is changed and how it works?
RocksDB provides a java API SstFileReader to decode SST to Key-Value pairs. We can wrapper this API in client-java.
Check List
Tests
Code changes
Side effects
Related changes