scwhittle commented on code in PR #30545:
URL: https://github.com/apache/beam/pull/30545#discussion_r1531976044
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowPipelineTranslator.java:
##########
@@ -917,6 +919,41 @@ private <K1, K2, V> void groupByKeyAndSortValuesHelper(
}
});
+ registerTransformTranslator(
+ RedistributeByKey.class,
Review Comment:
Should we register a RedistributeArbitrary translator as well? At least for
streaming the entirely distinct bundles with entirely unique keys is rarely a
good choice. Or a TODO if out of scope for this change.
--
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]