Eliaaazzz commented on code in PR #39746:
URL: https://github.com/apache/beam/pull/39746#discussion_r3861947249


##########
CHANGES.md:
##########
@@ -69,6 +69,7 @@
 ## New Features / Improvements
 
 * X feature added (Java/Python) 
([#X](https://github.com/apache/beam/issues/X)).
+* (Java) `Watch.growthOf` can bound its deduplication state by event time with 
`withTimestampCursor`, which retires an output key once the greatest emitted 
timestamp has moved more than the allowed lateness past it 
([#18459](https://github.com/apache/beam/issues/18459)).

Review Comment:
   Done in faf270895ea. The entry now reads (Java/Python) and names both 
surfaces: `Watch.growthOf(...).withTimestampCursor()` in Java, and 
`allowed_lateness` in Python, which #39461 added for the existing 
`timestamp_cursor` option after the 2.76 branch cut. I also merged master in 
3504ac7f808 to clear the CHANGES.md conflict.



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