Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
CLEAR LIBRARY CACHE
Current version (Hive 0.14) does not support union (or union distinct). It only supports union all. In this patch, we try to add this new feature by rewriting union distinct to union all followed by group by.
Attachments
Attachments
Issue Links
- Is contained by
-
HIVE-12764 Support Intersect (distinct/all) Except (distinct/all) Minus (distinct/all) in Hive
- Resolved
- is related to
-
HIVE-9217 UnionProcessor misses results for multi-insert when hive.optimize.union.remove=true
- Resolved
-
HIVE-3185 allow union set operation without ALL keyword (align to ISO-SQL 2011 specification)
- Closed
- relates to
-
HIVE-9055 Tez: union all followed by group by followed by another union all gives error
- Resolved
-
HIVE-9002 union all does not generate correct result for order by and limit
- Closed
-
HIVE-9053 select constant in union all followed by group by gives wrong result
- Closed
-
HIVE-9141 HiveOnTez: mix of union all, distinct, group by generates error
- Closed
-
HIVE-8385 UNION Operator in Hive
- Closed
- links to
1.
|
Support select distinct * | Resolved | Pengcheng Xiong |