chadrik commented on a change in pull request #12881:
URL: https://github.com/apache/beam/pull/12881#discussion_r491593835



##########
File path: sdks/python/apache_beam/runners/worker/bundle_processor.py
##########
@@ -1125,15 +1134,15 @@ def shutdown(self):
 class ExecutionContext(object):
   def __init__(self):
     self.delayed_applications = [
-    ]  # type: List[Tuple[operations.DoOperation, common.SplitResultType]]
+    ]  # type: List[Tuple[operations.DoOperation, common.SplitResultResidual]]

Review comment:
       this was just wrong. there is no `common.SplitResultType`




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


Reply via email to