MiguelAnzoWizeline commented on a change in pull request #14586:
URL: https://github.com/apache/beam/pull/14586#discussion_r625252526



##########
File path: 
runners/core-java/src/main/java/org/apache/beam/runners/core/TimerInternals.java
##########
@@ -242,6 +242,7 @@ public int compareTo(TimerData that) {
       }
       ComparisonChain chain =
           ComparisonChain.start()
+              .compare(this.getOutputTimestamp(), that.getOutputTimestamp())

Review comment:
       Yes, I'm removing it, also missed that is useless as that comparison is 
made later anyway




-- 
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]


Reply via email to