You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2014/08/22 18:58:11 UTC

[jira] [Created] (DRILL-1323) Query on complex json is returning nulls

Parth Chandra created DRILL-1323:
------------------------------------

             Summary: 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


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)