[
https://issues.apache.org/jira/browse/BEAM-12370?focusedWorklogId=602610&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-602610
]
ASF GitHub Bot logged work on BEAM-12370:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/May/21 22:10
Start Date: 26/May/21 22:10
Worklog Time Spent: 10m
Work Description: xinyuiscool commented on a change in pull request
#14883:
URL: https://github.com/apache/beam/pull/14883#discussion_r640156561
##########
File path:
runners/samza/src/main/java/org/apache/beam/runners/samza/translation/ParDoBoundMultiTranslator.java
##########
@@ -274,10 +310,11 @@ public void translatePortable(
windowedInputCoder.getValueCoder(), // input coder not in use
windowedInputCoder,
Collections.emptyMap(), // output coders not in use
- Collections.emptyList(), // sideInputs not in use until side input
support
+ new ArrayList<>(
+ sideInputMapping.values()), // sideInputs not in use until
side input support
Review comment:
Yup, both are fine I guess so I picked sideInputMapping map. We actually
don't need to pass in both. There was some change from open source upstream to
add the map along with the view list. We can refactor this to remove this list
in the future, but I prefer doing it in another patch since this one is already
pretty big.
--
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: 602610)
Time Spent: 1h 10m (was: 1h)
> 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: 1h 10m
> Remaining Estimate: 0h
>
> Add support of side input inside Samza portable runner.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)