Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lgbo-ustc
Copy link
Contributor

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)

Copy link

github-actions bot commented Nov 5, 2024

#7778

Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI

1 similar comment
Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI on x86

Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI on x86

1 similar comment
Copy link

github-actions bot commented Nov 5, 2024

Run Gluten Clickhouse CI on x86

Copy link

github-actions bot commented Nov 6, 2024

Run Gluten Clickhouse CI on x86

Copy link

github-actions bot commented Nov 6, 2024

Run Gluten Clickhouse CI on x86

@lgbo-ustc lgbo-ustc marked this pull request as ready for review November 6, 2024 04:15
@lgbo-ustc lgbo-ustc requested a review from zzcclp November 6, 2024 04:15
@lgbo-ustc
Copy link
Contributor Author

Run Gluten Clickhouse CI on x86

Copy link

github-actions bot commented Nov 6, 2024

Run Gluten Clickhouse CI on x86

1 similar comment
Copy link

github-actions bot commented Nov 6, 2024

Run Gluten Clickhouse CI on x86

Copy link

github-actions bot commented Nov 6, 2024

Run Gluten Clickhouse CI on x86

Copy link
Contributor

@zzcclp zzcclp left a 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]
Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CH] Make aggregate output schemas same between spark plan and native plan
2 participants