wolfchris-google commented on code in PR #36708:
URL: https://github.com/apache/beam/pull/36708#discussion_r2528258273


##########
model/fn-execution/src/main/proto/org/apache/beam/model/fn_execution/v1/beam_fn_api.proto:
##########
@@ -415,6 +415,15 @@ message ProcessBundleRequest {
   // beam:protocol:control_request_elements_embedding:v1 capability. See more
   // at https://s.apache.org/beam-fn-api-control-data-embedding.
   Elements elements = 3;
+
+  // indicates that the runner has no start for the keys in this bundle
+  // so SDk can safely begin stateful processing with a locally-generated
+  // initial empty state
+  bool has_no_keyed_state = 4;

Review Comment:
   Done!



##########
model/fn-execution/src/main/proto/org/apache/beam/model/fn_execution/v1/beam_fn_api.proto:
##########
@@ -415,6 +415,15 @@ message ProcessBundleRequest {
   // beam:protocol:control_request_elements_embedding:v1 capability. See more
   // at https://s.apache.org/beam-fn-api-control-data-embedding.
   Elements elements = 3;
+
+  // indicates that the runner has no start for the keys in this bundle

Review Comment:
   Oops, thank you!  Fixed!



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