Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.3, 4.0.0-alpha-2
-
None
Description
For query such as
select * from (
select r_name from r
union all
select t_name from t
) unioned
in MR execution, when column project push down for splits, t_name gets pushed down to table r.
Attachments
Issue Links
- links to