[ https://issues.apache.org/jira/browse/SPARK-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Rosen updated SPARK-5441: ------------------------------ Target Version/s: 1.3.0, 1.1.2, 1.2.2 (was: 1.3.0) Fix Version/s: 1.3.0 Labels: backport-needed (was: ) I've merged https://github.com/apache/spark/pull/4236, which fixes this, in to 1.3.0 and I'll come back later to backport this to 1.2.2 and 1.1.2. > SerDeUtil Pair RDD to python conversion doesn't accept empty RDDs > ----------------------------------------------------------------- > > Key: SPARK-5441 > URL: https://issues.apache.org/jira/browse/SPARK-5441 > Project: Spark > Issue Type: Bug > Components: PySpark > Affects Versions: 1.1.1, 1.2.0 > Reporter: Michael Nazario > Assignee: Michael Nazario > Labels: backport-needed > Fix For: 1.3.0 > > > SerDeUtil.pairRDDToPython and SerDeUtil.pythonToPairRDD rely on rdd.first() > which throws an exception if the RDD is empty. We should be able to handle > the empty RDD case because this doesn't prevent a valid RDD from being > created. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org