[GitHub] spark pull request #12335: [SPARK-11321] [SQL] Python non null udfs

2017-02-13 Thread kevincox
Github user kevincox closed the pull request at: https://github.com/apache/spark/pull/12335 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] spark pull request #12335: [SPARK-11321] [SQL] Python non null udfs

2016-10-13 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12335#discussion_r83357461 --- Diff: python/pyspark/sql/functions.py --- @@ -1741,15 +1742,15 @@ def __call__(self, *cols): @since(1.3) -def udf(f, returnType=String

[GitHub] spark pull request #12335: [SPARK-11321] [SQL] Python non null udfs

2016-10-13 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12335#discussion_r83357331 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/python/PythonUDF.scala --- @@ -28,10 +28,11 @@ case class PythonUDF( name: String,