ryukobayashi commented on code in PR #5703: URL: https://github.com/apache/hive/pull/5703#discussion_r2104178758
########## ql/src/test/results/clientpositive/tez/custom_udf_vectorization.q.out: ########## @@ -0,0 +1,238 @@ +PREHOOK: query: CREATE TEMPORARY FUNCTION CDATE_SUB AS 'org.apache.hadoop.hive.ql.udf.generic.GenericUDFCustomDateSub' Review Comment: @deniskuzZ As I've noticed before, the following issues occur when using `TestMiniLlapLocalCliDriver`: ``` org.apache.hive.com.esotericsoftware.kryo.kryo5.KryoException: java.lang.SecurityException: UDF org.apache.hadoop.hive.ql.udf.generic.GenericUDFCustomDateSub is not allowed ``` I believe this is correct, but it is not the purpose of this time, so I have added the following fixing. https://github.com/apache/hive/blob/d8fc50f2d2396d3a99407d0c00c18a91096c7b90/itests/src/test/resources/testconfiguration.properties#L21 -- 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]
