Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/5570#discussion_r28642177
--- Diff: python/pyspark/rdd.py ---
@@ -2267,6 +2267,8 @@ def _prepare_for_python_RDD(sc, command, obj=None):
# The broadcast will have same life cycle as created PythonRDD
broadcast = sc.broadcast(pickled_command)
pickled_command = ser.dumps(broadcast)
+ # There is a bug in py4j.java_gateway.JavaClass with auto_convert
--- End diff --
can you document what bug it is?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]