damccorm commented on code in PR #37009:
URL: https://github.com/apache/beam/pull/37009#discussion_r2765849506


##########
runners/core-java/src/main/java/org/apache/beam/runners/core/TimerInternals.java:
##########
@@ -211,19 +218,48 @@ public static TimerData of(
         StateNamespace namespace,
         Instant timestamp,
         Instant outputTimestamp,
-        TimeDomain domain) {
+        TimeDomain domain,
+        CausedByDrain causedByDrain) {

Review Comment:
   Oh I see, its because the checks ran a few months ago and probably the repo 
has shifted significantly



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

Reply via email to