-
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-3644][CH] Revert the logic to support the custom aggregate functions #3648
Conversation
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.
Is it feasible to add some unit test to ensure the functionality?
It seems only affect CH backend. yeah, one more ut is better to avoid regression in future. |
…nctions In PR apache#3629, it removes the logic to support the custom aggregate functions, must be reverted. Close apache#3644.
Run Gluten Clickhouse CI |
Add a ut to make sure that it must use custome agg transformer to run. @rui-mo @ulysses-you |
ping @ulysses-you @rui-mo |
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
In PR #3629, it removes the logic to support the custom aggregate functions, must be reverted.
Close #3644.
(Fixes: #3644)
How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)