szlta commented on a change in pull request #3060:
URL: https://github.com/apache/hive/pull/3060#discussion_r816955075
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
##########
@@ -585,6 +585,13 @@
system.registerGenericUDF(GenericUDFMaskShowFirstN.UDF_NAME,
GenericUDFMaskShowFirstN.class);
system.registerGenericUDF(GenericUDFMaskShowLastN.UDF_NAME,
GenericUDFMaskShowLastN.class);
system.registerGenericUDF(GenericUDFMaskHash.UDF_NAME,
GenericUDFMaskHash.class);
+
+ try {
+ system.registerGenericUDF("iceberg_bucket",
Review comment:
It's easier to deploy like this, as the this way iceberg_bucket will be
a built-in function (which it is). I've seen some problems with the
availability of UDFs on LLAP for example..
--
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]