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/18 19:50:19 UTC

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

kw2542 commented on a change in pull request #12617:
URL: https://github.com/apache/beam/pull/12617#discussion_r472440951



##########
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:
       is "doTra" a typo here?




----------------------------------------------------------------
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