[GLUTEN-7028][CH][Part-10] Collecting Delta stats for MergeTree#8029
Merged
baibaichen merged 11 commits intoapache:mainfrom Dec 20, 2024
Merged
[GLUTEN-7028][CH][Part-10] Collecting Delta stats for MergeTree#8029baibaichen merged 11 commits intoapache:mainfrom
baibaichen merged 11 commits intoapache:mainfrom
Conversation
11 tasks
|
Run Gluten Clickhouse CI on x86 |
b213a6c to
9aabad7
Compare
|
Run Gluten Clickhouse CI on x86 |
9aabad7 to
364c7c3
Compare
|
Run Gluten Clickhouse CI on x86 |
364c7c3 to
760e954
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
fe687c0 to
ca76fbb
Compare
|
Run Gluten Clickhouse CI on x86 |
ca76fbb to
b8f25f1
Compare
|
Run Gluten Clickhouse CI on x86 |
b8f25f1 to
b4af630
Compare
|
Run Gluten Clickhouse CI on x86 |
…ergeTreeDataPartPtr>
b4af630 to
458c034
Compare
|
Run Gluten Clickhouse CI on x86 |
Member
|
LGTM |
loneylee
approved these changes
Dec 20, 2024
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.
What changes were proposed in this pull request?
(Fixes: #7028)
Similar with #7993, this PR supports collecting stats for mergetree. I remove the old compaction algorithm and replaced it with delta's implementaion for two reasons:
There are some tests failed with one pipeline write, recored in #7028, we can fix it in the next PRs
How was this patch tested?
Uisng existed UTs