[GLUTEN-7028][CH][Part-6] Introduce MergeTreeDelayedCommitProtocol#7506
Merged
baibaichen merged 15 commits intoapache:mainfrom Oct 22, 2024
Merged
[GLUTEN-7028][CH][Part-6] Introduce MergeTreeDelayedCommitProtocol#7506baibaichen merged 15 commits intoapache:mainfrom
baibaichen merged 15 commits intoapache:mainfrom
Conversation
|
Run Gluten Clickhouse CI |
af540cc to
0319925
Compare
|
Run Gluten Clickhouse CI |
1 similar comment
|
Run Gluten Clickhouse CI |
9bf10f1 to
80aa1ad
Compare
|
Run Gluten Clickhouse CI |
80aa1ad to
bfb4a2a
Compare
|
Run Gluten Clickhouse CI |
bfb4a2a to
768156d
Compare
|
Run Gluten Clickhouse CI |
768156d to
360f0b6
Compare
|
Run Gluten Clickhouse CI |
1 similar comment
|
Run Gluten Clickhouse CI |
223dbd1 to
2e271a8
Compare
|
Run Gluten Clickhouse CI |
2e271a8 to
9ea7d2f
Compare
|
Run Gluten Clickhouse CI |
1 similar comment
|
Run Gluten Clickhouse CI |
7af8250 to
c110840
Compare
|
Run Gluten Clickhouse CI |
2 similar comments
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
39d53df to
4c46451
Compare
|
Run Gluten Clickhouse CI |
Remove MergeTreeExecutedWriteSummary Remove MergeTreeWriterBucketSpec and MergeTreeWriteJobDescription, using spark's definition
MergeTreeWriterInjects.insertFakeRowAdaptor
4c46451 to
728f59f
Compare
|
Run Gluten Clickhouse CI |
11 tasks
zzcclp
approved these changes
Oct 22, 2024
Contributor
|
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
baibaichen
added a commit
to Kyligence/gluten
that referenced
this pull request
Oct 26, 2024
baibaichen
added a commit
that referenced
this pull request
Oct 26, 2024
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20241026) * Fix Build due to ClickHouse/ClickHouse#71019 * fix gtest build due to #7506 --------- Co-authored-by: kyligence-git <gluten@kyligence.io> Co-authored-by: Chang Chen <baibaichen@gmail.com>
yikf
pushed a commit
to yikf/incubator-gluten
that referenced
this pull request
Oct 28, 2024
) * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20241026) * Fix Build due to ClickHouse/ClickHouse#71019 * fix gtest build due to apache#7506 --------- Co-authored-by: kyligence-git <gluten@kyligence.io> Co-authored-by: Chang Chen <baibaichen@gmail.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.
What changes were proposed in this pull request?
This PR introduces
MergeTreeDelayedCommitProtocolas a bridge between native backend andFileFormatWriter. We have moved the special logic of native write fromMergeTreeFileformatWriterto this class, so we can directly useFileFormatWriterin spark 3.2 and spark 3.3.I will use
MergeTreeDelayedCommitProtocolin the next PR for the one pipeline write(Fixes: #7028)
How was this patch tested?
Use existed UTs