-
Notifications
You must be signed in to change notification settings - Fork 435
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-7751][VL] Velox backend support merge two aggregate to one complete mode aggregate #7752
base: main
Are you sure you want to change the base?
Conversation
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
@yikf can you please also check if |
backends-velox/src/main/scala/org/apache/gluten/execution/HashAggregateExecTransformer.scala
Show resolved
Hide resolved
Glad to see we can learn each other from different backends. It's one of our goal to support different backends in Gluten. |
...it/src/main/scala/org/apache/gluten/extension/columnar/MergeTwoPhasesHashBaseAggregate.scala
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
What changes were proposed in this pull request?
Fix #7751.
In issue #4668, support for the CH backend's merge agg capability was added. We can also support this feature in the velox backend.
How was this patch tested?
Through existing unit tests and GA verification, and additional new unit tests have been added.