You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/15 01:20:59 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #29114: [SPARK-32094][PYTHON] Update cloudpickle to v1.5.0

HyukjinKwon commented on a change in pull request #29114:
URL: https://github.com/apache/spark/pull/29114#discussion_r454734437



##########
File path: python/pyspark/cloudpickle/__init__.py
##########
@@ -0,0 +1,7 @@
+from __future__ import absolute_import
+
+
+from pyspark.cloudpickle.cloudpickle import *  # noqa

Review comment:
       Everything is same as the original cloudpickle except these two line diff. We should add `pyspark` to import.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org