mxm commented on a change in pull request #12531:
URL: https://github.com/apache/beam/pull/12531#discussion_r469108772
##########
File path: sdks/python/apache_beam/runners/worker/bundle_processor.py
##########
@@ -647,7 +647,7 @@ def set(self, ts):
windows=(self._window, ),
clear_bit=False,
fire_timestamp=ts,
- hold_timestamp=self._input_timestamp,
+ hold_timestamp=ts,
Review comment:
Just saw the thread on the mailing list. I didn't know that the behavior
for processing timers is different. I'm unsure whether that makes sense but
I'll adjust it to be consistent with Java.
----------------------------------------------------------------
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]