Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
Drill can read the following JSON file with a repeated list:
{
"a" : null
"b" : [ ["B1", "B2"] ],
}
Writing this to Parquet via a simple CTAS fails.
> create table temp as select * from `replist.json`;
Log indicates this to be unsupported (UnsupportedOperationException: Unsupported type LIST)
Log attached.
Attachments
Attachments
Issue Links
- is duplicated by
-
DRILL-2291 CTAS broken when we have repeated lists
- Closed
-
DRILL-7326 Support repeated lists for CTAS parquet format
- Resolved
- is related to
-
DRILL-6181 CTAS should support writing nested structures (nested lists) to parquet.
- Resolved