-
Notifications
You must be signed in to change notification settings - Fork 442
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-1371][VL] Support First/Last aggregate functions #1581
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
@Yohahaha There are several failed unit tests on CI, for example:
Could you take a look? Logs can be downloaded for details. |
Thanks @rui-mo I'm fixing it, when CI all passed, I will request you for review again, thanks! |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
5606ca9
to
498edf5
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
fix fix UT. Add first/last to ch blacklist refactor trigger ci fix match error.
fix
Run Gluten Clickhouse CI |
Hi @rui-mo, all CI passed, please review again, thanks! |
gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
Show resolved
Hide resolved
gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
CI failed due to network issue. |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
…row(T, boolean) (#4873) Summary: Fix first/last Spark aggregate functions' intermediate type from T to row(T, boolean) to align with Spark, the second column in signature is just a place holder. oap-project#245 apache/incubator-gluten#1581 Pull Request resolved: #4873 Reviewed By: pedroerp Differential Revision: D47250246 Pulled By: mbasmanova fbshipit-source-id: dd6ccff394f820b40f59696adeee244172b27a68
What changes were proposed in this pull request?
Support first/last aggregate function and their ignore null behavior.
How was this patch tested?
added UT.