----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68523/ -----------------------------------------------------------
Review request for hive, Marta Kuczora and Peter Vary. Bugs: HIVE-20466 https://issues.apache.org/jira/browse/HIVE-20466 Repository: hive-git Description ------- When a create function statement is submitted, it may fail with the following error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.FunctionTask This is not a user-friendly error message. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 44591842bb ql/src/java/org/apache/hadoop/hive/ql/exec/Registry.java 6f8a8f5504 ql/src/test/queries/clientnegative/create_unknown_permanent_udf.q PRE-CREATION ql/src/test/results/clientnegative/create_unknown_permanent_udf.q.out PRE-CREATION Diff: https://reviews.apache.org/r/68523/diff/1/ Testing ------- added negative qtest to cover this scenario Thanks, denys kuzmenko