You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Igor Guzenko (Jira)" <ji...@apache.org> on 2019/09/01 09:48:00 UTC

[jira] [Resolved] (DRILL-2768) Improve error message for CTAS fails when writing a repeated list

     [ https://issues.apache.org/jira/browse/DRILL-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Guzenko resolved DRILL-2768.
---------------------------------
    Resolution: Won't Fix

Not relevant after DRILL-7326.

> 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
>          Components: Storage - Parquet
>    Affects Versions: 1.0.0
>            Reporter: Deneche A. Hakim
>            Assignee: Bohdan Kazydub
>            Priority: Major
>             Fix For: Future
>
>
> 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
(v8.3.2#803003)