[GLUTEN-4454][CH] Support write mergetree data for CH backend#480
Merged
baibaichen merged 1 commit intorebase_ch/20240120from Jan 22, 2024
Merged
[GLUTEN-4454][CH] Support write mergetree data for CH backend#480baibaichen merged 1 commit intorebase_ch/20240120from
baibaichen merged 1 commit intorebase_ch/20240120from
Conversation
Move api `ReadFromMergeTree::AnalysisResult getAnalysisResult() const;` to public in the class `ReadFromMergeTree` (cherry picked from commit 564c798ae2db41f161aaf8988091fa5bf6659457)
kyligence-git
pushed a commit
that referenced
this pull request
Jan 23, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 24, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 25, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 26, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 27, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 28, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 29, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 30, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Jan 31, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 1, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 2, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 3, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 4, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 5, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 6, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 7, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 8, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 9, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 10, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 11, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 12, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 13, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 14, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 15, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 16, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 17, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 18, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 19, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Feb 29, 2024
baibaichen
pushed a commit
that referenced
this pull request
Mar 2, 2024
(cherry picked from commit d3f342a)
kyligence-git
pushed a commit
that referenced
this pull request
Mar 2, 2024
(cherry picked from commit d3f342a)
kyligence-git
pushed a commit
that referenced
this pull request
Mar 3, 2024
(cherry picked from commit d3f342a)
kyligence-git
pushed a commit
that referenced
this pull request
Mar 4, 2024
(cherry picked from commit d3f342a)
kyligence-git
pushed a commit
that referenced
this pull request
Mar 5, 2024
(cherry picked from commit d3f342a)
kyligence-git
pushed a commit
that referenced
this pull request
Mar 6, 2024
(cherry picked from commit d3f342a)
lwz9103
pushed a commit
that referenced
this pull request
Mar 8, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 8, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 9, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 10, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 11, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 12, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 13, 2024
baibaichen
pushed a commit
that referenced
this pull request
Mar 15, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 15, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 16, 2024
baibaichen
pushed a commit
that referenced
this pull request
Mar 18, 2024
baibaichen
pushed a commit
that referenced
this pull request
Mar 19, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 20, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 20, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 21, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 22, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 23, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 24, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 25, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 26, 2024
kyligence-git
pushed a commit
that referenced
this pull request
Mar 27, 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.
Move api
ReadFromMergeTree::AnalysisResult getAnalysisResult() const;to public in the classReadFromMergeTree(cherry picked from commit 564c798ae2db41f161aaf8988091fa5bf6659457)
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
...
Documentation entry for user-facing changes