Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.13.0
-
None
-
None
Description
When recursively validating field types in HCatBaseStorer#validateSchema(FieldSchema pigField, HCatFieldSchema hcatField, Schema topLevelPigSchema, HCatSchema topLevelHCatSchema) the hcatField parameter will be NULL for some nested fields.
The easiest way to reproduce this is to add code in this method to throw an exception; then TestHCatLoader will reproduce the issue.
Attachments
Issue Links
- is related to
-
HIVE-5814 Add DATE, TIMESTAMP, DECIMAL, CHAR, VARCHAR types support in HCat
- Resolved