damccorm commented on code in PR #27937:
URL: https://github.com/apache/beam/pull/27937#discussion_r1289045278


##########
sdks/python/apache_beam/transforms/util.py:
##########
@@ -665,7 +665,8 @@ class BatchElements(PTransform):
   operations. For a fixed batch size, set the min and max to be equal.
 
   Elements are batched per-window and batches emitted in the window
-  corresponding to its contents.
+  corresponding to its contents. Each batch is emitted with a timestamp equal
+  to the end of their window.

Review Comment:
   Fine by me



##########
sdks/python/apache_beam/transforms/util.py:
##########
@@ -665,7 +665,8 @@ class BatchElements(PTransform):
   operations. For a fixed batch size, set the min and max to be equal.
 
   Elements are batched per-window and batches emitted in the window
-  corresponding to its contents.
+  corresponding to its contents. Each batch is emitted with a timestamp equal
+  to the end of their window.

Review Comment:
   Fine by me - updated



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