Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
For the current implementation with VectorizedParquetRecordReader, only following definition for map type is supported:
repeated group map (MAP_KEY_VALUE) { required binary key (UTF8); optional binary value (UTF8);} }
The implementation should support multiple level definition like:
optional group m1 (MAP) { repeated group map (MAP_KEY_VALUE) {required binary key (UTF8); optional binary value (UTF8);} }
Attachments
Attachments
Issue Links
- relates to
-
HIVE-8909 Hive doesn't correctly read Parquet nested types
- Resolved
- links to