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


##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/state/MultimapSideInput.java:
##########
@@ -62,6 +63,18 @@ public MultimapSideInput(
       StateKey stateKey,
       Coder<K> keyCoder,
       Coder<V> valueCoder) {
+    // TODO(robertwb): Plumb the value of useBulkRead from runner capabilities.
+    this(cahce, beamFnStateClient, instructionId, stateKey, keyCoder, 
valueCoder, false);

Review Comment:
   ```suggestion
       this(cache, beamFnStateClient, instructionId, stateKey, keyCoder, 
valueCoder, false);
   ```



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