Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-13
Description
In its current form, Impala supports Java UDFs that are derived from the UDF.class.
The UDF.class is legacy code and Hive now supports implementation off of the GenericUDF.class.
This Jira is to track the refactoring the current UDF code to allow easier implementation when we eventually support the newer class. Common code will be put in a base HiveExecutor class and UDF.class specific code will be in a derived class.
Attachments
Issue Links
- causes
-
IMPALA-11342 Hive UDFs are unable to use classes from the same Jar in catalogd
- Resolved
- is related to
-
IMPALA-11109 Exhaustive tests fail in custom_cluster.test_permanent_udfs.py
- Resolved