Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.16.0
-
None
Description
When DICT column is queried from Parquet file, its TupleSchema contains nested element, e.g. `map`, itself contains `key` and `value` fields, rather than containing the `key` and `value` fields in the DICT's TupleSchema itself. The nested element, `map`, comes from the inner structure of Parquet's MAP (which corresponds to Drill's DICT) representation.
Attachments
Issue Links
- is depended upon by
-
DRILL-7361 Add Map (Dict) support for schema provisioning using file
- Resolved
- links to