-
- Downloads
Merge pull request #523 from JoshRosen/SPARK-1043
Switch from MUTF8 to UTF8 in PySpark serializers. This fixes SPARK-1043, a bug introduced in 0.9.0 where PySpark couldn't serialize strings > 64kB. This fix was written by @tyro89 and @bouk in #512. This commit squashes and rebases their pull request in order to fix some merge conflicts.
No related branches found
No related tags found
Showing
- core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala 13 additions, 5 deletions...rc/main/scala/org/apache/spark/api/python/PythonRDD.scala
- core/src/test/scala/org/apache/spark/api/python/PythonRDDSuite.scala 35 additions, 0 deletions...st/scala/org/apache/spark/api/python/PythonRDDSuite.scala
- python/pyspark/context.py 2 additions, 2 deletionspython/pyspark/context.py
- python/pyspark/serializers.py 3 additions, 3 deletionspython/pyspark/serializers.py
- python/pyspark/worker.py 4 additions, 4 deletionspython/pyspark/worker.py
Please register or sign in to comment