Sean Hsuan-Yi Chu created DRILL-2180:
----------------------------------------
Summary: Star is not expanded when being used with flatten
Key: DRILL-2180
URL: https://issues.apache.org/jira/browse/DRILL-2180
Project: Apache Drill
Issue Type: Bug
Reporter: Sean Hsuan-Yi Chu
Assignee: Sean Hsuan-Yi Chu
For example,
select *, "flatten(j.topping) tt " +
"from dfs_test.`%s` j "
(using the same data set in DRILL-2012)
* tt
null {"id":"5001","type":"None"}
null {"id":"5002","type":"Glazed"}
null {"id":"5005","type":"Sugar"}
null {"id":"5007","type":"Powdered Sugar"}
null {"id":"5006","type":"Chocolate with Sprinkles"}
null {"id":"5003","type":"Chocolate"}
null {"id":"5004","type":"Maple"}
Note that the first column is messed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)