Skip to content

Commit

Permalink
Merge branch 'SPARK-32094-update-cloudpickle' of https://github.com/c…
Browse files Browse the repository at this point in the history
…odesue/spark into SPARK-32094-update-cloudpickle
  • Loading branch information
Suzen Fylke committed Jul 14, 2020
2 parents fb5ecca + 23933eb commit d731f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev/.rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ SessionHandler.java
GangliaReporter.java
application_1578436911597_0052
config.properties
cloudpickle_fast.py
2 changes: 1 addition & 1 deletion python/pyspark/cloudpickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1381,4 +1381,4 @@ def _get_bases(typ):
else:
# For regular class objects
bases_attr = '__bases__'
return getattr(typ, bases_attr)
return getattr(typ, bases_attr)
2 changes: 1 addition & 1 deletion python/pyspark/cloudpickle_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,4 +554,4 @@ def dump(self, obj):
)
raise pickle.PicklingError(msg)
else:
raise
raise

0 comments on commit d731f63

Please sign in to comment.