wolfchris-google commented on code in PR #36708:
URL: https://github.com/apache/beam/pull/36708#discussion_r2495195926
##########
model/fn-execution/src/main/proto/org/apache/beam/model/fn_execution/v1/beam_fn_api.proto:
##########
@@ -415,6 +415,12 @@ 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;
+
+ // If "true", SDK will skip state fetch
+ bool key_has_no_state = 4;
+
+ // If "true", SDK will skip state write
Review Comment:
I have updated the fields and use your recommended comments for
documentation. Thanks!
--
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]