arunpandianp commented on code in PR #38139:
URL: https://github.com/apache/beam/pull/38139#discussion_r3067851370


##########
runners/core-java/src/main/java/org/apache/beam/runners/core/triggers/TriggerStateMachineRunner.java:
##########
@@ -59,7 +59,7 @@
 public class TriggerStateMachineRunner<W extends BoundedWindow> {
   @VisibleForTesting
   public static final StateTag<ValueState<BitSet>> FINISHED_BITS_TAG =
-      StateTags.makeSystemTagInternal(StateTags.value("closed", 
BitSetCoder.of()));
+      StateTags.makeSystemTagInternal(StateTags.value("closed", 
SentinelBitSetCoder.of()));

Review Comment:
   Tested the updates from BitSetCoder to SentinelBitSetCoder and back to 
BitSetCoder. 



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