xinyuiscool commented on a change in pull request #14883:
URL: https://github.com/apache/beam/pull/14883#discussion_r640961103
##########
File path:
runners/samza/src/main/java/org/apache/beam/runners/samza/translation/GroupByKeyTranslator.java
##########
@@ -112,7 +112,21 @@ public void translatePortable(
PipelineNode.PTransformNode transform,
QueryablePipeline pipeline,
PortableTranslationContext ctx) {
- doTranslatePortable(transform, pipeline, ctx);
+ final String inputId = ctx.getInputId(transform);
Review comment:
Oh, we are reusing the doTranslatePortable() in the side input case to
add GBK. let me put a java doc there.
--
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:
[email protected]