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 2018/08/08 20:07:00 UTC

[jira] [Commented] (SPARK-19851) Add support for EVERY and ANY (SOME) aggregates

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

Apache Spark commented on SPARK-19851:
--------------------------------------

User 'dilipbiswal' has created a pull request for this issue:
https://github.com/apache/spark/pull/22047

> Add support for EVERY and ANY (SOME) aggregates
> -----------------------------------------------
>
>                 Key: SPARK-19851
>                 URL: https://issues.apache.org/jira/browse/SPARK-19851
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark, SQL
>    Affects Versions: 2.1.0
>            Reporter: Michael Styles
>            Priority: Major
>
> Add support for EVERY and ANY (SOME) aggregates.
> - EVERY returns true if all input values are true.
> - ANY returns true if at least one input value is true.
> - SOME is equivalent to ANY.
> Both aggregates are part of the SQL standard.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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