File tree Expand file tree Collapse file tree
model/fn-execution/src/main/proto Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -754,13 +754,13 @@ message StateKey {
754754 bytes key = 4 ;
755755 }
756756
757- // Represents a request for the values of the lookup key associated with a
757+ // Represents a request for the values of the map key associated with a
758758 // specified user key and window for a PTransform. See
759759 // https://s.apache.org/beam-fn-state-api-and-bundle-processing for further
760760 // details.
761761 //
762762 // The response data stream will be a concatenation of all V's associated
763- // with the specified user key, map key and window.
763+ // with the specified map key, user key, and window.
764764 // See https://s.apache.org/beam-fn-api-send-and-receive-data for further
765765 // details.
766766 message MultimapUserState {
@@ -773,7 +773,7 @@ message StateKey {
773773 // (Required) The key of the currently executing element encoded in a
774774 // nested context.
775775 bytes key = 4 ;
776- // (Required) The encoded lookup key for the map encoded in a nested context.
776+ // (Required) The map key encoded in a nested context.
777777 bytes map_key = 5 ;
778778 }
779779
You can’t perform that action at this time.
0 commit comments