Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
Description
The following query (data file attached) causes a NPE:
select trans_id from
(
select trans_id, trans_id as ti from dfs.`mobile-small-copy.json.gz` where trans_id = 19999
union all
select trans_id, trans_id as ti from dfs.`mobile-small-copy.json.gz` where trans_id = 19998
)
Attachments
Attachments
Issue Links
- depends upon
-
DRILL-2207 Fix Union All Operator
- Resolved