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

Jacques Nadeau updated DRILL-1323:
----------------------------------

    Fix Version/s: 0.6.0

> Query on complex json is returning nulls 
> -----------------------------------------
>
>                 Key: DRILL-1323
>                 URL: https://issues.apache.org/jira/browse/DRILL-1323
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Parth Chandra
>             Fix For: 0.6.0
>
>         Attachments: mobile-small.json
>
>
> The query 
> select `trans_id`, `date`, `time`, `user_info.cust_id`, `user_info.device`, 
> `trans_info.prod_id` from dfs.`mobile-small.json`
> returns null for the columns that are part of complex data. 
> The query 
> select `trans_id`, `date`, `time`, `user_info`, `trans_info` from 
> dfs.`mobile-small.json`
> returns data correctly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to