[
https://issues.apache.org/jira/browse/DRILL-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Phillips updated DRILL-2919:
-----------------------------------
Fix Version/s: (was: 1.2.0)
1.3.0
> 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
> Fix For: 1.3.0
>
>
> 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)