-
Notifications
You must be signed in to change notification settings - Fork 101
backup/checksum: add cluster index support for ranges #1120
Conversation
Signed-off-by: Leavrth <Legenull@gmail.com>
Signed-off-by: Leavrth <Legenull@gmail.com>
Welcome @Leavrth! |
Signed-off-by: Leavrth <Legenull@gmail.com>
Signed-off-by: Leavrth <Legenull@gmail.com>
/lgtm |
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
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/run-all-tests |
/assign @3pointer |
/run-all-tests |
1 similar comment
/run-all-tests |
Signed-off-by: Leavrth <Legenull@gmail.com>
/run-all-tests |
/run-integration-test |
/merge |
@Leavrth: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: b9deb61
|
/run-all-tests |
/run-build |
/rebuild |
/run-all-tests |
/rebuild |
/run-integration-tests |
1 similar comment
/run-integration-tests |
/rebuild |
/run-integration-tests |
In response to a cherrypick label: new pull request created: #1145. |
backup/checksum: add cluster index support for ranges (pingcap#1120) lightning/restore: support ingset multi ssts for same range (pingcap#1089) * ingest ssts for the same range in a batch * make ingest compatible with old tikv tests: add row count check for br clustered index tests (pingcap#1151) storage: mkdirAll for local storage even when SkipCheckPath is true (pingcap#1156) tests/br: fix bug in issue pingcap#1158 (pingcap#1160) tests/br/compatibility: fix failed for manifest unknown (pingcap#1161) *: upgrade go version from 1.13/1.15 to 1.16 (pingcap#1159) action trigger: fix compatibility trigger bug on push (pingcap#1170) address comment fix test address comment address comment fix build add ut for ignore columns go.mod: update tidb to the new version (pingcap#1153) lightning: support restore data into tables that contains data (pingcap#784) fix conflict after merge master
What problem does this PR solve?
ranges only support single integer primary key.
What is changed and how it works?
Let ranges be NotNullRange if table use the common handle
Check List
Tests
Code changes
Related changes
Release note