xinyuiscool commented on a change in pull request #14883:
URL: https://github.com/apache/beam/pull/14883#discussion_r640152852
##########
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
new ArrayList<>(idToTupleTagMap.values()), // used by java runner
only
- SamzaPipelineTranslatorUtils.getPortableWindowStrategy(transform,
pipeline),
- Collections.emptyMap(), // idToViewMap not in use until side input
support
+ ctx.getPortableWindowStrategy(inputId,
stagePayload.getComponents()),
+ idToViewMapping, // idToViewMap not in use until side input support
Review comment:
Thanks for the catch.
--
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]