Adding a reverse scan API for raw client#441
Merged
pingyu merged 3 commits intotikv:masterfrom Feb 21, 2024
Merged
Conversation
Contributor
Author
|
CI integration test failure - Not sure if this is flaky test but it passes locally. |
Contributor
Author
|
cc @ekexium |
ekexium
reviewed
Feb 13, 2024
Contributor
Author
|
@ekexium can you take another look please? |
Signed-off-by: Rahul Rane <rahulrane50@gmail.com>
Signed-off-by: Rahul Rane <rahulrane50@gmail.com>
Collaborator
Rest LGTM~ |
Signed-off-by: Rahul Rane <rahulrane50@gmail.com>
Contributor
Author
|
Thanks for the review and approval @pingyu. can you please help me with merging? |
Collaborator
Done. Thanks for your contribution ~ |
pingyu
pushed a commit
to pingyu/client-rust
that referenced
this pull request
Jan 25, 2026
* Adding a reverse scan API for raw client Signed-off-by: Rahul Rane <rahulrane50@gmail.com> * Addressed comments Signed-off-by: Rahul Rane <rahulrane50@gmail.com> * Addressed comments Signed-off-by: Rahul Rane <rahulrane50@gmail.com> --------- Signed-off-by: Rahul Rane <rahulrane50@gmail.com> Signed-off-by: Ping Yu <yuping@pingcap.com>
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.
Issue : #440
Problem statement :
Adding a support for reverse scan public API in raw rust client.
Solution :
Tests :