kw2542 commented on a change in pull request #15665:
URL: https://github.com/apache/beam/pull/15665#discussion_r725155388
##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -365,6 +365,12 @@ message StandardPTransforms {
// Represents the GroupIntoBatches.WithShardedKey operation.
// Payload: GroupIntoBatchesPayload
GROUP_INTO_BATCHES_WITH_SHARDED_KEY = 6 [(beam_urn) =
"beam:transform:group_into_batches_with_sharded_key:v1"];
+
+ // Represents the Reshuffle.perKey() operation.
+ RESHUFFLE_PER_KEY = 7 [(beam_urn) = "beam:transform:reshuffle_per_key:v1"];
+
+ // Represents the Reshuffle.perRandomKey() operation.
+ RESHUFFLE_PER_RANDOM_KEY = 8 [(beam_urn) =
"beam:transform:reshuffle_per_random_key:v1"];
Review comment:
Do you recommend the corresponding urn to be
`beam:trasnform:reshuffle_elements:v1` and `beam:transform:reshuffle_keys:v1`
too ?
--
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]