Abhishek Girish created DRILL-2241:
--------------------------------------
Summary: CTAS (Parquet) throws UnsupportedOperationException when
writing a repeated list
Key: DRILL-2241
URL: https://issues.apache.org/jira/browse/DRILL-2241
Project: Apache Drill
Issue Type: Bug
Components: Storage - Parquet
Affects Versions: 0.8.0
Reporter: Abhishek Girish
Assignee: Jason Altekruse
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)