-
Notifications
You must be signed in to change notification settings - Fork 434
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-7778][CH] Make aggregation output schema same as CH native #7811
base: main
Are you sure you want to change the base?
Conversation
Run Gluten Clickhouse CI |
1be8b9d
to
3266361
Compare
Run Gluten Clickhouse CI |
3266361
to
b30edcb
Compare
Run Gluten Clickhouse CI |
b30edcb
to
847f29f
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI on x86 |
52c58ef
to
75a588e
Compare
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
f63624c
to
48738a7
Compare
Run Gluten Clickhouse CI on x86 |
48738a7
to
f1cd9b4
Compare
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
f1cd9b4
to
adb58e1
Compare
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
24fe672
to
b521269
Compare
Run Gluten Clickhouse CI on x86 |
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
@@ -245,6 +284,7 @@ case class CHHashAggregateExecTransformer( | |||
"PartialMerge's child not being HashAggregateExecBaseTransformer" + | |||
" is unsupported yet") | |||
} | |||
val hashAggregateChild = child.asInstanceOf[BaseAggregateExec] |
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.
remove this line, it's unused ?
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
Fixes: #7778
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)