-
- Downloads
[SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling sum on an empty RDD
This PR fixes the sum issue and also adds `emptyRDD` so that it's easy to create a test case. Author: zsxwing <zsxwing@gmail.com> Closes #6826 from zsxwing/python-emptyRDD and squashes the following commits: b36993f [zsxwing] Update the return type to JavaRDD[T] 71df047 [zsxwing] Add emptyRDD to pyspark and fix the issue when calling sum on an empty RDD
Showing
- core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala 5 additions, 0 deletions...rc/main/scala/org/apache/spark/api/python/PythonRDD.scala
- python/pyspark/context.py 6 additions, 0 deletionspython/pyspark/context.py
- python/pyspark/rdd.py 1 addition, 1 deletionpython/pyspark/rdd.py
- python/pyspark/tests.py 8 additions, 0 deletionspython/pyspark/tests.py
Loading
Please register or sign in to comment