-
Notifications
You must be signed in to change notification settings - Fork 444
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
[GLUTEN-7145][CH][PART]refactor for rel parsers #7193
Conversation
Run Gluten Clickhouse CI |
c7db902
to
8262c67
Compare
Run Gluten Clickhouse CI |
return query_plan; | ||
} | ||
|
||
// This is sourde noce, there is no input |
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.
typo: sourde noce -> source node
8262c67
to
1072a7e
Compare
Run Gluten Clickhouse CI |
1072a7e
to
fdf01f9
Compare
Run Gluten Clickhouse CI |
fdf01f9
to
8fb194e
Compare
Run Gluten Clickhouse CI |
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
Run Gluten Clickhouse CI |
8da6707
to
e058a4f
Compare
Run Gluten Clickhouse CI |
e058a4f
to
e4458cc
Compare
Run Gluten Clickhouse CI |
e4458cc
to
735634a
Compare
Run Gluten Clickhouse CI |
735634a
to
01184c3
Compare
Run Gluten Clickhouse CI |
01184c3
to
d9a098e
Compare
Run Gluten Clickhouse CI |
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
Fix UT build due to apache#7193
Fix UT build due to apache#7193
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240918) * Fix build due to ENABLE_ROCKSDB=OFF caused by #7239 * Fix UT build due to #6723 * Fix UT build due to #7193 * Fix Build due to ClickHouse/ClickHouse#69298 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
(cherry picked from commit 53c5cf1)
What changes were proposed in this pull request? (Please fill in changes proposed in this fix) Fixes: apache#7145 Refactor SerializedPlanParser::parseOp. RelParser don't need to call SerializedPlanParser from down to top at the parsing process How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) unit tests (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
) * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240918) * Fix build due to ENABLE_ROCKSDB=OFF caused by apache#7239 * Fix UT build due to apache#6723 * Fix UT build due to apache#7193 * Fix Build due to ClickHouse/ClickHouse#69298 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
Fixes: #7145
Refactor
SerializedPlanParser::parseOp
.RelParser
don't need to callSerializedPlanParser
from down to top at the parsing processHow was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
unit tests
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)