pabloem commented on a change in pull request #11523:
URL: https://github.com/apache/beam/pull/11523#discussion_r416123315
##########
File path: sdks/python/apache_beam/runners/interactive/interactive_runner.py
##########
@@ -131,7 +132,7 @@ def end_session(self):
if exit is not None:
self._in_session = False
_LOGGER.info('Ending session.')
- exit(None, None, None)
+ sys.exit(None, None, None)
Review comment:
Can you also revert this change? We're looking for the exit in line 131
provided by the underlying runner. I think that's causing the precommit test
errors.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]