You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/04/17 02:14:00 UTC

[jira] [Updated] (DRILL-2776) querying a .json file that contains a repeated type returns the wrong results

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

Deneche A. Hakim updated DRILL-2776:
------------------------------------
    Assignee: Hanifi Gunes  (was: Deneche A. Hakim)

> querying a .json file that contains a repeated type returns the wrong results 
> ------------------------------------------------------------------------------
>
>                 Key: DRILL-2776
>                 URL: https://issues.apache.org/jira/browse/DRILL-2776
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types
>    Affects Versions: 0.8.0
>            Reporter: Deneche A. Hakim
>            Assignee: Hanifi Gunes
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> I have the following .json file:
> {code}
> {"bag":[]}
> {"bag":[1]}
> {code}
> doing a select star on it returns the following results:
> {noformat}
> 0: jdbc:drill:zk=local> select * from dfs.data.`t.json`;
> +------------+
> |    bag     |
> +------------+
> | []         |
> | null       |
> +------------+
> {noformat}



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