You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kris Hahn (Jira)" <ji...@apache.org> on 2020/03/08 23:55:00 UTC

[jira] [Assigned] (DRILL-3031) Project missing a column (empty repeated type)

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

Kris Hahn reassigned DRILL-3031:
--------------------------------

    Assignee:     (was: Kris Hahn)

> Project missing a column (empty repeated type)
> ----------------------------------------------
>
>                 Key: DRILL-3031
>                 URL: https://issues.apache.org/jira/browse/DRILL-3031
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: Rahul Kumar Challapalli
>            Priority: Major
>             Fix For: Future
>
>
> git.commit.id.abbrev=4689468
> Data :
> {code}
> {"id":1, "arr":[]}
> {code}
> Query :
> {code}
> 0: jdbc:drill:schema=dfs_eea> select * from `file1.json`;
> +------------+
> |     id     |
> +------------+
> | 1          |
> +------------+
> 1 row selected (0.131 seconds)
> {code}
> Drill did not report the second column here.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)