Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.5.0
-
None
-
None
Description
Same issue as report against HIVE (HIVE-9534)
Result set was expected to contain 5 rows instead of 1 row as others vendors (ORACLE, Netezza etc) would.
select count( distinct column) over () from t1
Attachments
Issue Links
- is related to
-
SPARK-8712 Hive's Parser does not support distinct aggregations with OVER clause
- Resolved