lukecwik commented on a change in pull request #12192:
URL: https://github.com/apache/beam/pull/12192#discussion_r452922911
##########
File path: sdks/python/apache_beam/runners/common.py
##########
@@ -661,8 +661,8 @@ def __init__(self, placeholder):
def invoke_process(self,
windowed_value, # type: WindowedValue
- restriction_tracker=None, # type:
Optional[RestrictionTracker]
- watermark_estimator=None, # type:
Optional[WatermarkEstimator]
+ restriction=None,
+ watermark_estimator_state=None,
Review comment:
Its a user chosen value like the restriction. They can store anything
they want to restore the state for the estimator. For system provided ones its
typically the last reported timestamp.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]