tvalentyn commented on a change in pull request #16589:
URL: https://github.com/apache/beam/pull/16589#discussion_r790048677
##########
File path: sdks/python/apache_beam/runners/worker/sdk_worker_main.py
##########
@@ -252,7 +252,8 @@ def _load_main_session(semi_persistent_directory):
else:
_LOGGER.warning(
'No session file found: %s. Functions defined in __main__ '
- '(interactive session) may fail.',
+ '(interactive session) may fail. Ignore this warning'
Review comment:
We should be able to skip the `_load_main_session` call or not print the
warning, so that the users don't have to worry about understanding what
pickle_library is when we switch the default to cloudpickle.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]