Yicong-Huang commented on code in PR #4560:
URL: https://github.com/apache/texera/pull/4560#discussion_r3164901108


##########
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:
   hmm, without looking into more details, why are we changing this code path 
for process_tuple? the PR seems to be only about state.



-- 
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]

Reply via email to