damccorm opened a new issue, #20386: URL: https://github.com/apache/beam/issues/20386
If \--save_main_session is not used, _load_main_session will emit a warning: ``` No session file found: /<path>/pickled_main_session. Functions defined in __main__ (interactive session) may fail. ``` Perhaps make this info level if \--save_main_session wasn't passed? Aside: Is it safe to parse options before _load_main_session? Also, what does "interactive session" mean here? The wording is from a 2017 commit (by [~altay]), and the new interactive runner comes to mind now instead. Imported from Jira [BEAM-10299](https://issues.apache.org/jira/browse/BEAM-10299). Original Jira may contain additional context. Reported by: udim. -- 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]
