mxm commented on a change in pull request #12759:
URL: https://github.com/apache/beam/pull/12759#discussion_r484954409



##########
File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/ExecutableStageDoFnOperator.java
##########
@@ -899,7 +876,7 @@ public void finishBundle() {
   }
 
   static class CleanupTimer<InputT> implements 
StatefulDoFnRunner.CleanupTimer<InputT> {
-    private static final String GC_TIMER_ID = "__user-state-cleanup__";
+    public static final String GC_TIMER_ID = "__user-state-cleanup__";

Review comment:
       Yep! Thanks.




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