Skip to content

Commit dec0cbb

Browse files
kileyslukecwik
andauthored
Apply suggestions from code review
Co-authored-by: Lukasz Cwik <lcwik@google.com>
1 parent 0d5048f commit dec0cbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

model/fn-execution/src/main/proto/beam_fn_api.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)