chamikaramj commented on code in PR #17359: URL: https://github.com/apache/beam/pull/17359#discussion_r865121914
########## 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: Please add a test for this. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org