AnandInguva commented on a change in pull request #16589:
URL: https://github.com/apache/beam/pull/16589#discussion_r790847557
##########
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:
Added an If condition to check whether the pickle_library is
`cloudpickle` or not.
--
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]