[ 
https://issues.apache.org/jira/browse/SPARK-10746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15012395#comment-15012395
 ] 

Yin Huai commented on SPARK-10746:
----------------------------------

btw, for now, distinct aggregation in window function is not supported (Hive 
will silently drop the distinct keyword). 

also, can you post a case to reproduce the problem? What is the data?

> count ( distinct columnref) over () returns wrong result set
> ------------------------------------------------------------
>
>                 Key: SPARK-10746
>                 URL: https://issues.apache.org/jira/browse/SPARK-10746
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.5.0
>            Reporter: N Campbell
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to