acrites commented on code in PR #36218:
URL: https://github.com/apache/beam/pull/36218#discussion_r2383445527


##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/state/MultimapUserState.java:
##########
@@ -106,6 +108,23 @@ public MultimapUserState(
         .setWindow(stateKey.getMultimapKeysUserState().getWindow())
         .setKey(stateKey.getMultimapKeysUserState().getKey());
     this.userStateRequest = userStateRequestBuilder.build();
+
+    StateRequest.Builder entriesStateRequestBuilder = 
StateRequest.newBuilder();

Review Comment:
   Good idea. I added a note (we could do the same with the keys StateRequest 
as well).



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