[GitHub] spark pull request #20295: [SPARK-23011][SQL][PYTHON] Support alternative fu...

2018-09-04 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20295#discussion_r214797748 --- Diff: python/pyspark/sql/tests.py --- @@ -4588,6 +4613,80 @@ def test_timestamp_dst(self): result =

[GitHub] spark pull request #20295: [SPARK-23011][SQL][PYTHON] Support alternative fu...

2018-09-04 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20295#discussion_r214796189 --- Diff: python/pyspark/sql/tests.py --- @@ -4588,6 +4613,80 @@ def test_timestamp_dst(self): result =

[GitHub] spark pull request #20295: [SPARK-23011][SQL][PYTHON] Support alternative fu...

2018-09-04 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20295#discussion_r214795846 --- Diff: python/pyspark/sql/tests.py --- @@ -4588,6 +4613,80 @@ def test_timestamp_dst(self): result =

[GitHub] spark pull request #20295: [SPARK-23011][SQL][PYTHON] Support alternative fu...

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

[GitHub] spark pull request #20295: [SPARK-23011][SQL][PYTHON] Support alternative fu...

2018-03-07 Thread icexelloss
Github user icexelloss commented on a diff in the pull request: https://github.com/apache/spark/pull/20295#discussion_r172909675 --- Diff: python/pyspark/sql/udf.py --- @@ -35,24 +37,29 @@ def _wrap_function(sc, func, returnType):

[GitHub] spark pull request #20295: [SPARK-23011][SQL][PYTHON] Support alternative fu...

2018-03-06 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/20295#discussion_r172699274 --- Diff: python/pyspark/sql/udf.py --- @@ -35,24 +37,29 @@ def _wrap_function(sc, func, returnType):