[GitHub] spark pull request #20409: [SPARK-23233][PYTHON] Reset the cache in asNondet...

2018-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20409 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20409: [SPARK-23233][PYTHON] Reset the cache in asNondet...

2018-01-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20409#discussion_r164242518 --- Diff: python/pyspark/sql/udf.py --- @@ -188,6 +188,9 @@ def asNondeterministic(self): .. versionadded:: 2.3 """

[GitHub] spark pull request #20409: [SPARK-23233][PYTHON] Reset the cache in asNondet...

2018-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20409#discussion_r164178516 --- Diff: python/pyspark/sql/udf.py --- @@ -188,6 +188,9 @@ def asNondeterministic(self): .. versionadded:: 2.3 """ +