[ 
https://issues.apache.org/jira/browse/DRILL-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521369#comment-14521369
 ] 

mohit kaushik commented on DRILL-2919:
--------------------------------------

Thanks Abhishek and Steven, I thought it should return all values by default. 
Why is it not default?

> Drill not resolving repeated values in json
> -------------------------------------------
>
>                 Key: DRILL-2919
>                 URL: https://issues.apache.org/jira/browse/DRILL-2919
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - JSON
>    Affects Versions: 0.8.0
>            Reporter: mohit kaushik
>            Assignee: Steven Phillips
>              Labels: features
>
> I have a json file in HDFS named autom.json contains. 
> {
>   "company": [
>     {
>       "modelName": {
>         "name": "abc"
>       }
>     },
>     {
>       "modelName": {
>         "name": "xyz"
>       }
>     }
>   ]
> }
> When i query 
> select t.company.`modelName`  from hdfs.`autom.json` t ;
> it gives result 
> {"name":"abc"} 
> However, The expected result was both entries. 
> {"name":"abc"} 
> {"name":"xyz"} 
> Even when I query 
> select t.company.`modelName`  from hdfs.`autom.json` t where 
> t.company.`modelName`.`name`='xyz' ;
> it does not find anything.



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

Reply via email to