[
https://issues.apache.org/jira/browse/BEAM-12370?focusedWorklogId=603262&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-603262
]
ASF GitHub Bot logged work on BEAM-12370:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/May/21 20:57
Start Date: 27/May/21 20:57
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 603262)
Time Spent: 2h 40m (was: 2.5h)
> Support side input in Samza portable runner
> -------------------------------------------
>
> Key: BEAM-12370
> URL: https://issues.apache.org/jira/browse/BEAM-12370
> Project: Beam
> Issue Type: Improvement
> Components: runner-samza
> Reporter: Xinyu Liu
> Assignee: Xinyu Liu
> Priority: P2
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> Add support of side input inside Samza portable runner.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)