lukecwik commented on a change in pull request #12617:
URL: https://github.com/apache/beam/pull/12617#discussion_r473140828
##########
File path:
runners/samza/src/main/java/org/apache/beam/runners/samza/translation/GroupByKeyTranslator.java
##########
@@ -65,6 +65,12 @@ public void translate(
doTranslate(transform, node, ctx);
}
+ static class KeyedWorkItems<K, InputT>
+ implements TransformTranslator<PTransform<
+ PCollection<KV<K, InputT>>, PCollection<KeyedWorkItem<K, InputT>>>> {
+ doTra
Review comment:
This was not supposed to be part of the commit at all and was in my
scratch space.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]