Deneche A. Hakim created DRILL-2768:
---------------------------------------

             Summary: Improve error message for CTAS fails when writing a 
repeated list
                 Key: DRILL-2768
                 URL: https://issues.apache.org/jira/browse/DRILL-2768
             Project: Apache Drill
          Issue Type: Sub-task
    Affects Versions: 1.0.0
            Reporter: Deneche A. Hakim
            Assignee: Deneche A. Hakim


Using the following json file:
{code}
{ "a" : null, "b" : [ ["B1", "B2"] ] }
{code}
The following CTAS query fails because parquet doesn't support a list directly 
nested inside another. We should improve the error message to better explain 
this:
{noformat}
0: jdbc:drill:zk=local> create table t2241 as select * from `2241.json`;
Query failed: Unsupported type LIST

[04423be8-706d-47c2-b73f-384201163d10 on abdel-11.qa.lab:31010]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to