You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Hanifi Gunes (JIRA)" <ji...@apache.org> on 2015/05/12 02:44:59 UTC

[jira] [Resolved] (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 ]

Hanifi Gunes resolved DRILL-2776.
---------------------------------
    Resolution: Fixed

Fixed by 27b4aae2008a8125411eb0ec23a07cad8cea096e

> 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)