You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2018/10/06 00:17:36 UTC

[GitHub] spark pull request #22047: [SPARK-19851] Add support for EVERY and ANY (SOME...

Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22047#discussion_r223164281
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -403,6 +403,28 @@ def countDistinct(col, *cols):
         return Column(jc)
     
     
    +def every(col):
    --- End diff --
    
    Please keep the SQL functions and remove the function APIs. Thanks!


---

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