Sanil15 commented on code in PR #22576:
URL: https://github.com/apache/beam/pull/22576#discussion_r954009649
##########
runners/samza/src/main/java/org/apache/beam/runners/samza/translation/GroupByKeyTranslator.java:
##########
@@ -228,9 +225,63 @@ private static <K, InputT, OutputT>
MessageStream<OpMessage<KV<K, OutputT>>> doT
reduceFn,
windowingStrategy,
new DoFnOp.SingleOutputManagerFactory<>(),
- transformFullName,
- transformId,
- isBounded)));
+ ctx.getTransformFullName(),
+ ctx.getTransformId(),
+ isBounded),
+ ctx));
+ return outputStream;
+ }
+
+ private static <K, InputT, OutputT> MessageStream<OpMessage<KV<K, OutputT>>>
doTranslateGBK(
Review Comment:
https://github.com/apache/beam/blob/0474afbe608cc6e43f8acc3464005e98c8ff4555/runners/samza/src/main/java/org/apache/beam/runners/samza/translation/PortableTranslationContext.java#L51
For open source the PortableTranslationContext & TranslationContext do not
have a lineage, this change was made to LinkedIn fork of beam but was not
merged to open source
--
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]