stankiewicz commented on PR #37933: URL: https://github.com/apache/beam/pull/37933#issuecomment-4250581126
> Is fire timestamp for looking at when a timer was set to fire, even when it has an output timestamp that is different? (sorry if I just missed that one) Kenn, I didn't have much thought about meaning of it, the goal was to fill the gap between OnTimerContext: https://github.com/stankiewicz/beam/blob/a05482e92d977a0ea6b8dd39f681f1a58d4c87e8/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java#L348-L351 and allowing to refer to same via signature. fire timestamp is scheduled time and is different from output 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
