You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2015/02/13 02:55:13 UTC

[jira] [Created] (DRILL-2241) CTAS (Parquet) throws UnsupportedOperationException when writing a repeated list

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)