You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2015/09/22 04:39:04 UTC

[jira] [Created] (SPARK-10746) count ( distinct columnref) over () returns wrong result set

N Campbell created SPARK-10746:
----------------------------------

             Summary: 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org