LEEKYE commented on code in PR #37691:
URL: https://github.com/apache/beam/pull/37691#discussion_r2958007273
##########
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/state/MultimapSideInputTest.java:
##########
@@ -96,7 +97,8 @@ public void testGet() throws Exception {
keysStateKey(),
ByteArrayCoder.of(),
StringUtf8Coder.of(),
- true);
+ true,
+ false);
Review Comment:
Sideinput will not be affected by hasNoState now
--
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]