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

2016-04-28 Thread kevincox
Github user kevincox commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-215525434 @davies You mean to support non-null return values? I don't think I know enough scala to automatically infer that. --- If your project is set up for it, you can

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

2016-04-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-215524881 **[Test build #2903 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2903/consoleFull)** for PR 12335 at commit

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

2016-04-28 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-215524585 @kevincox Could you also Update the Scala UDF? --- 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

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

2016-04-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-215524403 **[Test build #2903 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2903/consoleFull)** for PR 12335 at commit

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

2016-04-28 Thread kevincox
Github user kevincox commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-215498477 I've added some tests but I'm having trouble getting the test suite to run locally before or after my changes. So I'm kinda just praying that everything works. ---

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

2016-04-18 Thread kevincox
Github user kevincox commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-211574940 Sure thing. It'll be a while until I get around to it but I will make sure to do that. --- If your project is set up for it, you can reply to this email and have

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

2016-04-18 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-211556065 @kevincox Could you add some tests for this? Jenkins, OK to test --- If your project is set up for it, you can reply to this email and have your reply appear

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

2016-04-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12335#issuecomment-209106353 Can one of the admins verify this patch? --- 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

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

2016-04-12 Thread kevincox
GitHub user kevincox opened a pull request: https://github.com/apache/spark/pull/12335 [SPARK-11321] [SQL] Python non null udfs ## What changes were proposed in this pull request? This patch allows Python UDFs to return non-nullable values. ## How was this patch