[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-10-03 Thread davies
Github user davies commented on the issue: https://github.com/apache/spark/pull/15254 Merging this into master, thanks! --- 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 an

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-10-01 Thread holdenk
Github user holdenk commented on the issue: https://github.com/apache/spark/pull/15254 +1 :) --- 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 feat

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15254 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 does not have this feature e

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15254 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66045/ Test PASSed. ---

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-28 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15254 **[Test build #66045 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66045/consoleFull)** for PR 15254 at commit [`1e05073`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-28 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15254 **[Test build #66045 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66045/consoleFull)** for PR 15254 at commit [`1e05073`](https://github.com/apache/spark/commit/1

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-28 Thread davies
Github user davies commented on the issue: https://github.com/apache/spark/pull/15254 lgtm, pending on jenkins. --- 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

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-28 Thread JoshRosen
Github user JoshRosen commented on the issue: https://github.com/apache/spark/pull/15254 Jenkins, this is ok to test. --- 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

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-27 Thread JasonMWhite
Github user JasonMWhite commented on the issue: https://github.com/apache/spark/pull/15254 @JoshRosen @lins05 As requested, I've removed all remaining explicit mentions of `ListConverter` and `MapConverter` as they seemed to all be doing the same thing - getting around https://github.

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-27 Thread JoshRosen
Github user JoshRosen commented on the issue: https://github.com/apache/spark/pull/15254 +1 on @lins05's suggestion of going further and removing any non-unnecessary explicit usages of `ListConverter`; we might as well clean up all of this in one shot, if possible. --- If your proje

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-26 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15254 cc @JoshRosen and @davies --- 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

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-26 Thread lins05
Github user lins05 commented on the issue: https://github.com/apache/spark/pull/15254 I guess we can also remove another workaround [here](https://github.com/apache/spark/blob/v2.0.0/python/pyspark/rdd.py#L2320-L2328) ? --- If your project is set up for it, you can reply to this ema

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15254 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 project does not have this feat

[GitHub] spark issue #15254: [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConv...

2016-09-26 Thread JasonMWhite
Github user JasonMWhite commented on the issue: https://github.com/apache/spark/pull/15254 @davies you authored https://github.com/apache/spark/pull/5570 and reported the issue in Py4J https://github.com/bartdag/py4j/issues/160. I happened across this while spelunking through Py4J cod