-
Notifications
You must be signed in to change notification settings - Fork 118
Fix scan exception when the start key is empty (#199) #200
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
Fix scan exception when the start key is empty (#199) #200
Conversation
|
/run-all-tests |
|
/merge |
|
@birdstorm Oops! This PR requires at least 1 LGTMs to merge. The current number of |
birdstorm
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
|
/merge |
|
/run-all-tests |
|
@ti-srebot merge failed. |
|
/merge |
|
/run-all-tests |
|
@ti-srebot merge failed. |
|
close due to merge failure |
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
3955a12 to
abbae48
Compare
|
/run-all-tests |
birdstorm
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
cherry-pick #199 to release-3.1
You can switch your code base to this Pull Request by using git-extras:
# In client-java repo: git pr https://github.com/tikv/client-java/pull/200After apply modifications, you can push your change to this PR via:
Signed-off-by: birdstorm samuelwyf@hotmail.com
What problem does this PR solve?
Close #187
What is changed and how it works?
Change the check condition for the scan operations to allow empty start key.
Check List
Tests
Related changes