marin-ma opened a new pull request, #6829: URL: https://github.com/apache/incubator-gluten/pull/6829
1. Create a native Velox udf, name it to the full name of the hive udf (package + classname) e.g. `org.apache.hadoop.hive.ql.udf.UDFLog10` 2. Register the hive udf by `create temporary function` with user-defined function name. e.g. `create temporary function hive_log10 as org.apache.hadoop.hive.ql.udf.UDFLog10` 3. Execute the sql, the execution will be offloaded to the native hive udf if validation passed, or fallback to the original Java Hive udf. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
