spark-instrumented-optimizer/sql/hive/src
Liang-Chi Hsieh b2467b3810 [SPARK-12578][SQL] Distinct should not be silently ignored when used in an aggregate function with OVER clause
JIRA: https://issues.apache.org/jira/browse/SPARK-12578

Slightly update to Hive parser. We should keep the distinct keyword when used in an aggregate function with OVER clause. So the CheckAnalysis will detect it and throw exception later.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #10557 from viirya/keep-distinct-hivesql.
2016-01-06 00:40:14 -08:00
..
main [SPARK-12578][SQL] Distinct should not be silently ignored when used in an aggregate function with OVER clause 2016-01-06 00:40:14 -08:00
test [SPARK-12578][SQL] Distinct should not be silently ignored when used in an aggregate function with OVER clause 2016-01-06 00:40:14 -08:00