ryan-mbuashundip commented on code in PR #37691:
URL: https://github.com/apache/beam/pull/37691#discussion_r2933475222


##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/state/MultimapSideInput.java:
##########
@@ -75,12 +77,13 @@ public MultimapSideInput(
     this.keyCoder = keyCoder;
     this.valueCoder = valueCoder;
     this.useBulkRead = useBulkRead;
+    this.hasNoState = hasNoState;
   }
 
   @Override
   public Iterable<K> get() {
     return StateFetchingIterators.readAllAndDecodeStartingFrom(

Review Comment:
   Good question, @Abacn or @kennknowles do you know if we use 
`StateFetchingIterators` for side inputs in batch?



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