You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/24 21:04:16 UTC

[jira] [Assigned] (SPARK-16195) Allow users to specify empty over clause in window expressions through dataset API

     [ https://issues.apache.org/jira/browse/SPARK-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-16195:
------------------------------------

    Assignee: Apache Spark

> Allow users to specify empty over clause in window expressions through dataset API
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-16195
>                 URL: https://issues.apache.org/jira/browse/SPARK-16195
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Dilip Biswal
>            Assignee: Apache Spark
>            Priority: Minor
>
> In SQL, its allowed to specify an empty OVER clause in the window expression.
>  
> select area, sum(product) over () as c from windowData
> where product > 3 group by area, product
> having avg(month) > 0 order by avg(month), product
> In this case the analytic function sum is presented based on all the rows of the result set
> Currently its not allowed through dataset API.



--
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