Github user Stibbons commented on a diff in the pull request:
https://github.com/apache/spark/pull/14567#discussion_r74590160
--- Diff: python/pyspark/cloudpickle.py ---
@@ -194,7 +194,7 @@ def save_function(self, obj, name=None):
# we'll pickle the actual function object rather than simply
saving a
# reference (as is done in default pickler), via
save_function_tuple.
if islambda(obj) or obj.__code__.co_filename == '<stdin>' or
themodule is None:
- #print("save global", islambda(obj), obj.__code__.co_filename,
modname, themodule)
+ # print("save global", islambda(obj),
obj.__code__.co_filename, modname, themodule)
--- End diff --
here are the list of ignored files in tox.ini:
cloudpickle.py,heapq3.py,shared.py
Look like it would be better to style them anyway. Could I remove them from
the exclusion list?
---
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]