[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-18 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-211760253 When using member method as udf., for example, `def createTransformFunc` in `org.apache.spark.ml.Transformer`, jenkins tests always get an exception. Otherwise,

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-18 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-211758161 What's the problem with runtime mirror? --- 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 doe

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-18 Thread viirya
Github user viirya closed the pull request at: https://github.com/apache/spark/pull/9565 --- 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 enab

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-18 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-211755597 Close this now. Maybe revisit this in the future. --- 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-11593][SQL] Replace catalyst converter ...

2016-04-13 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-209278318 Too replace catalyst converter with RowEncoder in non code-generated ScalaUDF seems not doable due to runtime mirror limitation. ping @rxin Is it good that I reve

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208151820 hmm. We can't remove non code-generated version of ScalaUDF as any InterpretedProjection with udf will fail... --- If your project is set up for it, you can reply to thi

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208147682 **[Test build #55502 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55502/consoleFull)** for PR 9565 at commit [`30a867e`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208147724 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208147721 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208147148 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208147147 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208147121 **[Test build #55501 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55501/consoleFull)** for PR 9565 at commit [`884a176`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208138899 **[Test build #55502 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55502/consoleFull)** for PR 9565 at commit [`30a867e`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-208136271 **[Test build #55501 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55501/consoleFull)** for PR 9565 at commit [`884a176`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/9565#discussion_r59133802 --- Diff: mllib/src/main/scala/org/apache/spark/ml/Transformer.scala --- @@ -90,7 +90,7 @@ abstract class UnaryTransformer[IN, OUT, T <: UnaryTransformer[IN, O

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-10 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/9565#discussion_r59133768 --- Diff: mllib/src/main/scala/org/apache/spark/ml/Transformer.scala --- @@ -90,7 +90,7 @@ abstract class UnaryTransformer[IN, OUT, T <: UnaryTransformer[IN, O

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207298352 @davies @rxin This stays here for a while. Recently I re-visit it and fix a previous problem. Can you take a look again? Thanks! --- If your project is set up for it, yo

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207295635 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207295894 Finally...tests passed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207295641 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207294679 **[Test build #55325 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55325/consoleFull)** for PR 9565 at commit [`2a0c319`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207262918 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207262916 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207262556 **[Test build #55301 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55301/consoleFull)** for PR 9565 at commit [`2a0c319`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207234020 **[Test build #55325 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55325/consoleFull)** for PR 9565 at commit [`2a0c319`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207233864 retest this please. --- 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 fea

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207215236 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207215234 Build finished. Test FAILed. --- 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 n

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207215071 **[Test build #55300 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55300/consoleFull)** for PR 9565 at commit [`648c7b2`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207198913 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207198914 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207195538 **[Test build #55266 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55266/consoleFull)** for PR 9565 at commit [`648c7b2`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207188890 **[Test build #55301 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55301/consoleFull)** for PR 9565 at commit [`2a0c319`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207188224 **[Test build #55300 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55300/consoleFull)** for PR 9565 at commit [`648c7b2`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207187370 retest this please. --- 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 fea

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-207135289 **[Test build #55266 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55266/consoleFull)** for PR 9565 at commit [`648c7b2`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206980268 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206980269 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206980072 **[Test build #55226 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55226/consoleFull)** for PR 9565 at commit [`405e8b0`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206943194 **[Test build #55226 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55226/consoleFull)** for PR 9565 at commit [`405e8b0`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206886590 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206886587 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206822919 **[Test build #55219 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55219/consoleFull)** for PR 9565 at commit [`597c971`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206822344 retest this please. --- 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 fea

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206813056 **[Test build #55218 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55218/consoleFull)** for PR 9565 at commit [`597c971`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206813080 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206813074 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206812471 **[Test build #55218 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55218/consoleFull)** for PR 9565 at commit [`597c971`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206811488 retest this please. --- 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 fea

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206809188 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206809144 **[Test build #55217 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55217/consoleFull)** for PR 9565 at commit [`597c971`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206809192 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206805301 **[Test build #55217 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55217/consoleFull)** for PR 9565 at commit [`597c971`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206788688 retest this please. --- 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 fea

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206788482 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206788478 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206788433 **[Test build #55210 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55210/consoleFull)** for PR 9565 at commit [`8dbc551`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/9565#discussion_r58844750 --- Diff: mllib/src/main/scala/org/apache/spark/ml/Transformer.scala --- @@ -90,7 +90,7 @@ abstract class UnaryTransformer[IN, OUT, T <: UnaryTransformer[IN, O

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206784605 **[Test build #55210 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55210/consoleFull)** for PR 9565 at commit [`8dbc551`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206720343 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206720335 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206720173 **[Test build #55195 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55195/consoleFull)** for PR 9565 at commit [`7a046fa`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206711287 retest this please. --- 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 fea

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206711386 **[Test build #55195 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55195/consoleFull)** for PR 9565 at commit [`7a046fa`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206708283 Ok. Finally solve weird runtime mirror problem. --- 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 pr

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206706600 **[Test build #55185 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55185/consoleFull)** for PR 9565 at commit [`7a046fa`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206706622 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206706621 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206703334 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206703332 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206703298 **[Test build #55183 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55183/consoleFull)** for PR 9565 at commit [`60f4ca0`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206701004 **[Test build #55185 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55185/consoleFull)** for PR 9565 at commit [`7a046fa`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206696333 **[Test build #55183 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55183/consoleFull)** for PR 9565 at commit [`60f4ca0`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-06 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-206696183 Looks like the runtime mirror can't work well with using member method as udf. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204648933 **[Test build #54762 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54762/consoleFull)** for PR 9565 at commit [`5da1c13`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204648946 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204648944 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204644454 **[Test build #54762 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54762/consoleFull)** for PR 9565 at commit [`5da1c13`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204431258 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204431261 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204431208 **[Test build #54703 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54703/consoleFull)** for PR 9565 at commit [`2fcbe69`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204416684 **[Test build #54703 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54703/consoleFull)** for PR 9565 at commit [`2fcbe69`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204413494 **[Test build #54702 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54702/consoleFull)** for PR 9565 at commit [`b8f3cce`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204413889 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/5

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204413882 **[Test build #54702 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/54702/consoleFull)** for PR 9565 at commit [`b8f3cce`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2016-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-204413887 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-08 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162852487 Don't know why it fails on Jenkins but passes on local. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162851650 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162851649 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162851617 **[Test build #47330 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47330/consoleFull)** for PR 9565 at commit [`1ca2efc`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162842862 **[Test build #47330 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47330/consoleFull)** for PR 9565 at commit [`1ca2efc`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162801792 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162801753 **[Test build #47315 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47315/consoleFull)** for PR 9565 at commit [`693a6fe`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162801790 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162795966 **[Test build #47315 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47315/consoleFull)** for PR 9565 at commit [`693a6fe`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162756413 **[Test build #47304 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47304/consoleFull)** for PR 9565 at commit [`26b4d85`](https://git

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162756516 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162756518 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162750004 **[Test build #47304 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/47304/consoleFull)** for PR 9565 at commit [`26b4d85`](https://gith

[GitHub] spark pull request: [SPARK-11593][SQL] Replace catalyst converter ...

2015-12-07 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/9565#issuecomment-162749182 retest this please. --- 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 fea

  1   2   3   >