aglinxinyuan commented on code in PR #4560:
URL: https://github.com/apache/texera/pull/4560#discussion_r3164918761
##########
amber/src/main/python/core/runnables/data_processor.py:
##########
@@ -133,9 +125,6 @@ def process_tuple(self) -> None:
self._context.exception_manager.set_exception_info(exc_info)
self._report_exception(exc_info)
- finally:
- self._switch_context()
-
Review Comment:
There are duplicate switch_context in the caller. I removed the
switch_context in the caller instead of the one inside `finally`.
--
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]