[
https://issues.apache.org/jira/browse/BEAM-14303?focusedWorklogId=766403&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-766403
]
ASF GitHub Bot logged work on BEAM-14303:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/May/22 03:10
Start Date: 05/May/22 03:10
Worklog Time Spent: 10m
Work Description: reuvenlax commented on code in PR #17359:
URL: https://github.com/apache/beam/pull/17359#discussion_r865527548
##########
runners/core-java/src/main/java/org/apache/beam/runners/core/SimpleDoFnRunner.java:
##########
@@ -1216,6 +1219,14 @@ private Instant minTargetAndGcTime(Instant target) {
@Override
public Timer withOutputTimestamp(Instant outputTimestamp) {
this.outputTimestamp = outputTimestamp;
+ this.noOutputTimestamp = false;
+ return this;
+ }
+
+ @Override
+ public Timer withNoOutputTimestamp() {
Review Comment:
done
Issue Time Tracking
-------------------
Worklog Id: (was: 766403)
Time Spent: 4h 50m (was: 4h 40m)
> Allow a timer to have no watermark hold
> ---------------------------------------
>
> Key: BEAM-14303
> URL: https://issues.apache.org/jira/browse/BEAM-14303
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Reuven Lax
> Assignee: Reuven Lax
> Priority: P2
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)