-
Notifications
You must be signed in to change notification settings - Fork 465
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] Support create temporary function for native hive udf #6829
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
8ac6499
to
2408d81
Compare
Run Gluten Clickhouse CI |
2408d81
to
b2d44c3
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Works perfectly! Thank you. Can you update the document as well? |
@FelixYBW Will update in the next pr with removing the native registration. |
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
org.apache.spark.sql.hive.execution.UDFStringString
create temporary function
with an arbitrary function name. e.g.create temporary function hive_string_string as 'org.apache.spark.sql.hive.execution.UDFStringString'