Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5.0, 1.6.0
-
None
-
None
-
Patch
Description
Right now lists of primitives are not supported in Pig (exception thrown from the PigSchemaConverter.java, line 292 in Parquet 1.6).
Patch converts Parquet-arrays of primitives into Pig-bags, the closest representation of an array in Pig.