-
Notifications
You must be signed in to change notification settings - Fork 409
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
Remove MergeTree family #3564
Remove MergeTree family #3564
Conversation
[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 submitting an approval review. |
bade259
to
bcfbc19
Compare
/run-all-tests |
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/214/cobertura/ lines: 40.3% (44314 out of 110047) |
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
bcfbc19
to
3a433db
Compare
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
/run-all-tests |
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/216/cobertura/ lines: 40.3% (44393 out of 110046) |
/run-integration-test |
Signed-off-by: JaySon-Huang <[email protected]>
/run-integration-test |
Signed-off-by: JaySon-Huang <[email protected]>
/run-integration-test |
/run-unit-test |
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/217/cobertura/ lines: 40.3% (44398 out of 110046) |
/run-all-tests |
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/218/cobertura/ lines: 40.3% (44312 out of 110046) |
Signed-off-by: JaySon-Huang <[email protected]>
/run-all-tests |
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/221/cobertura/ lines: 40.3% (44316 out of 110046) |
/merge |
@SchrodingerZhu: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. 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. |
This pull request has been accepted and is ready to merge. Commit hash: f65823a
|
Coverage detail: https://ci-internal.pingcap.net/job/tics_ghpr_unit_test/222/cobertura/ lines: 40.3% (44310 out of 110046) |
What problem does this PR solve?
Issue Number: close #3481, should merge #3563 first
Problem Summary: MergeTree family is deprecated in TiFlash. These codes are useless.
What is changed and how it works?
PersistedCache
PartLog
https://clickhouse.com/docs/en/operations/system-tables/part_log/MergeTreeSetIndex
PartPathSelector
system.{merge,parts,parts_columns}
TMTSortCursor
MvccTMTSortedBlockInputStream
/ReplacingTMTSortedBlockInputStream
/TMTSingleSortedBlockInputStream
/TMTSortedBlockInputStream
/TMTUnionBlockInputStream
Check List
Tests
Side effects
Documentation
Release note