tarun-google commented on code in PR #35913:
URL: https://github.com/apache/beam/pull/35913#discussion_r2291714497


##########
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:
   ahh typo :(( Thanks for spotting 👍 



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to