Zawa-ll commented on code in PR #31915:
URL: https://github.com/apache/beam/pull/31915#discussion_r1685033978


##########
runners/spark/src/main/java/org/apache/beam/runners/spark/translation/SparkStreamingPortablePipelineTranslator.java:
##########
@@ -108,6 +110,9 @@ public SparkStreamingPortablePipelineTranslator() {
     translatorMap.put(
         PTransformTranslation.RESHUFFLE_URN,
         SparkStreamingPortablePipelineTranslator::translateReshuffle);
+    translatorMap.put(
+        "urn:beam:transform:redistribute:v1", // Add the appropriate URN for 
Redistribute

Review Comment:
   Sure, I just replace it with existing ones
   REDISTRIBUTE_BY_KEY_URN and REDISTRIBUTE_ARBITRARILY_URN in 
PTransformTranslation.java



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

Reply via email to