lostluck commented on code in PR #29695:
URL: https://github.com/apache/beam/pull/29695#discussion_r1421083185
##########
model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto:
##########
@@ -1675,6 +1675,11 @@ message StandardRunnerProtocols {
// https://s.apache.org/beam-fn-api-control-data-embedding
CONTROL_RESPONSE_ELEMENTS_EMBEDDING = 6
[(beam_urn) = "beam:protocol:control_response_elements_embedding:v1"];
+
+ // Indicates that this runner can handle the
multimap_keys_values_side_input
Review Comment:
TIL:
https://github.com/apache/beam/blob/a3dc16497d3a0c704cdbbd46b10dd05d7db982b1/model/fn-execution/src/main/proto/org/apache/beam/model/fn_execution/v1/beam_fn_api.proto#L927
Neat.
--
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]