You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/08/19 16:03:11 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #12617: [WIP][BEAM-10670] Update Samza to be opt-out for SplittableDoFn powering the Read transform.

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:
users@infra.apache.org