derrickaw commented on code in PR #35913:
URL: https://github.com/apache/beam/pull/35913#discussion_r2291693185
##########
sdks/python/apache_beam/transforms/trigger.py:
##########
@@ -317,6 +317,17 @@ def from_runner_api(proto, context):
def to_runner_api(self, unused_context):
pass
+ @abstractmethod
+ def get_continuation_trigger(self):
+ """Returns:
+ Tigger to use after a GroupBy to preserve the intention of this
trigger.
Review Comment:
```suggestion
Trigger to use after a GroupBy to preserve the intention of this
trigger.
```
--
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]