[ https://issues.apache.org/jira/browse/DRILL-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Nadeau updated DRILL-2149: ---------------------------------- Component/s: (was: Storage - JSON) Client - CLI > Projection drops column in select * query with json files containing nulls > -------------------------------------------------------------------------- > > Key: DRILL-2149 > URL: https://issues.apache.org/jira/browse/DRILL-2149 > Project: Apache Drill > Issue Type: Bug > Components: Client - CLI > Affects Versions: 0.7.0 > Reporter: Parth Chandra > Assignee: Parth Chandra > Attachments: st_1.json, st_2.json > > > With the following data - > st_1.json - > {"a":"xyzzy", "b":null} > st_2.json - > {"a":"xyzzy", "b":"You are inside a building, a well house for a large > spring."} > select a,b from st_*.json - returns both a and b. > select * from st_*.json - returns only column a. -- This message was sent by Atlassian JIRA (v6.3.4#6332)