We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2719c2b commit f251725Copy full SHA for f251725
sdks/python/apache_beam/internal/pickler.py
@@ -69,7 +69,6 @@ def load_session(file_path):
69
70
def set_library(selected_library=DEFAULT_PICKLE_LIB):
71
""" Sets pickle library that will be used. """
72
- selected_library = USE_CLOUDPICKLE
73
global desired_pickle_lib
74
# If switching to or from dill, update the pickler hook overrides.
75
if (selected_library == USE_DILL) != (desired_pickle_lib == dill_pickler):
0 commit comments