Abacn commented on code in PR #31915:
URL: https://github.com/apache/beam/pull/31915#discussion_r1684890360
##########
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:
there are two urns for Redistribution,
PTransformTranslation.REDISTRIBUTE_BY_KEY and
PTransformTranslation.REDISTRIBUTE_ARBITRARILY
--
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]