Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Need JavaConstantXXXObjectInspector when implementing PIG-3294. There are two approaches:
1. Add those classes in Pig. However, most construct of the base class JavaXXXObjectInspector is default scope, need to change them to protected
2. Add those classes in Hive
Approach 2 should be better since those classes might be useful to Hive as well. Attach a patch to provide them.
Attachments
Attachments
Issue Links
- relates to
-
PIG-3294 Allow Pig use Hive UDFs
- Closed