Parth Chandra created DRILL-2149:
------------------------------------

             Summary: 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: Storage - JSON
    Affects Versions: 0.7.0
            Reporter: Parth Chandra
            Assignee: Steven Phillips


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)

Reply via email to