acrites commented on code in PR #37691:
URL: https://github.com/apache/beam/pull/37691#discussion_r2885470096
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/control/ProcessBundleHandler.java:
##########
@@ -246,7 +246,9 @@ private void addRunnerAndConsumersForPTransformRecursively(
BundleFinalizer bundleFinalizer,
Collection<BeamFnDataReadRunner<?>> channelRoots,
Map<ApiServiceDescriptor, BeamFnDataOutboundAggregator>
outboundAggregatorMap,
- Set<String> runnerCapabilities)
+ Set<String> runnerCapabilities,
+ boolean hasNoState,
Review Comment:
For streaming jobs I suspect we'll always have `onlyBundleForKeys = false`,
but the underlying execution engine can give hints about whether or not
`hasNoState` is true or false. But I can't think of an example where we'd have
them set in my above comment.
--
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]