[
https://issues.apache.org/jira/browse/DRILL-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Parth Chandra updated DRILL-1323:
---------------------------------
Attachment: mobile-small.json
Data file for the query attached.
> 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
> 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)