shunping commented on code in PR #36661:
URL: https://github.com/apache/beam/pull/36661#discussion_r2473854589
##########
sdks/python/apache_beam/examples/cookbook/ordered_window_elements/streaming.py:
##########
@@ -89,7 +90,7 @@ def __init__(
self,
duration: DurationTypes,
slide_interval: DurationTypes,
- offset: TimestampTypes,
+ offset: DurationTypes,
Review Comment:
The transform is part of an example, so it won't matter if it is a breaking
change.
This is to fix the offset type, as it should be a Duration.
--
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]