Sanil15 commented on a change in pull request #1066: SAMZA-2235: Move the
merging of side inputs with task inputs from the ExecutionPlanner to the
JobModelManager
URL: https://github.com/apache/samza/pull/1066#discussion_r290550744
##########
File path:
samza-core/src/main/java/org/apache/samza/execution/JobNodeConfigurationGenerator.java
##########
@@ -251,7 +251,6 @@ private void configureTables(Map<String, String>
generatedConfig, Config origina
sideInputs.stream()
.map(sideInput ->
StreamUtil.getSystemStreamFromNameOrId(originalConfig, sideInput))
.forEach(systemStream -> {
-
inputs.add(StreamUtil.getNameFromSystemStream(systemStream));
Review comment:
minor: can we edit the comment above to just state that marks each side
input stream as bootstrap
----------------------------------------------------------------
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]
With regards,
Apache Git Services