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 2021/09/29 16:35:38 UTC

[GitHub] [beam] xinyuiscool commented on a change in pull request #15601: [BEAM-12977] Translates Reshuffle in Portable Mode with Samza native repartition operator

xinyuiscool commented on a change in pull request #15601:
URL: https://github.com/apache/beam/pull/15601#discussion_r718697064



##########
File path: runners/samza/src/main/java/org/apache/beam/runners/samza/translation/ReshuffleTranslator.java
##########
@@ -79,4 +109,14 @@ public void translate(
             .map(kv -> OpMessage.ofElement(kv.getValue()))
         : inputStream.filter(op -> OpMessage.Type.ELEMENT == op.getType());
   }
+
+  /** Predicate to determine whether a URN is a Flink native transform. */

Review comment:
       typo: s/Flink/Samza




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org