acrites commented on code in PR #37691:
URL: https://github.com/apache/beam/pull/37691#discussion_r2881242079
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/state/IterableSideInput.java:
##########
@@ -50,7 +51,8 @@ public IterableSideInput(
cache,
beamFnStateClient,
StateRequest.newBuilder().setInstructionId(instructionId).setStateKey(stateKey).build(),
- valueCoder);
+ valueCoder,
Review Comment:
Ditto my question here about side inputs. We might still need to look them
up over the FnApi.
--
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]