[GitHub] spark pull request #19517: [SPARK-20396][SQL][PySpark][FOLLOW-UP] groupby()....

2017-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19517 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19517: [SPARK-20396][SQL][PySpark][FOLLOW-UP] groupby()....

2017-10-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19517#discussion_r145149081 --- Diff: python/pyspark/sql/functions.py --- @@ -2038,13 +2038,22 @@ def _wrap_function(sc, func, returnType):

[GitHub] spark pull request #19517: [SPARK-20396][SQL][PySpark][FOLLOW-UP] groupby()....

2017-10-17 Thread ueshin
GitHub user ueshin opened a pull request: https://github.com/apache/spark/pull/19517 [SPARK-20396][SQL][PySpark][FOLLOW-UP] groupby().apply() with pandas udf ## What changes were proposed in this pull request? This is a follow-up of #18732. This pr modifies