-
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
[VL] Enable Spark functions for translate
, add_months
, array_min
, array_max
#3687
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 |
69fc0cd
to
93e7796
Compare
Run Gluten Clickhouse CI |
93e7796
to
9278e99
Compare
Run Gluten Clickhouse CI |
9278e99
to
cd021dd
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
e14ebdb
to
6782edd
Compare
Run Gluten Clickhouse CI |
6782edd
to
48bd17d
Compare
Run Gluten Clickhouse CI |
translate
, add_months
, date_format
, array_min
, array_max
48bd17d
to
029f7ad
Compare
Run Gluten Clickhouse CI |
translate
, add_months
, date_format
, array_min
, array_max
translate
, add_months
, array_min
, array_max
Just aware of |
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
How was this patch tested?
including translate, add_months, date_format, array_min, array_max.
These are already enabled in Velox, need to be removed from blacklist
Spark UTs covers the tests.