-
- Downloads
Fix PythonPartitioner equality; see SPARK-654.
PythonPartitioner did not take the Python-side partitioning function into account when checking for equality, which might cause problems in the future.
Showing
- core/src/main/scala/spark/api/python/PythonPartitioner.scala 11 additions, 2 deletionscore/src/main/scala/spark/api/python/PythonPartitioner.scala
- core/src/main/scala/spark/api/python/PythonRDD.scala 0 additions, 5 deletionscore/src/main/scala/spark/api/python/PythonRDD.scala
- python/pyspark/rdd.py 11 additions, 6 deletionspython/pyspark/rdd.py
Loading
Please register or sign in to comment