-
- Downloads
Merge pull request #501 from JoshRosen/cartesian-rdd-fixes
Fix two bugs in PySpark cartesian(): SPARK-978 and SPARK-1034 This pull request fixes two bugs in PySpark's `cartesian()` method: - [SPARK-978](https://spark-project.atlassian.net/browse/SPARK-978): PySpark's cartesian method throws ClassCastException exception - [SPARK-1034](https://spark-project.atlassian.net/browse/SPARK-1034): Py4JException on PySpark Cartesian Result The JIRAs have more details describing the fixes.
No related branches found
No related tags found
Showing
- core/src/main/scala/org/apache/spark/api/java/JavaPairRDD.scala 1 addition, 2 deletions...rc/main/scala/org/apache/spark/api/java/JavaPairRDD.scala
- core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala 39 additions, 20 deletions...rc/main/scala/org/apache/spark/api/python/PythonRDD.scala
- python/pyspark/tests.py 16 additions, 0 deletionspython/pyspark/tests.py
Loading
Please register or sign in to comment