prateekm commented on a change in pull request #1064: SAMZA-1949: Add java docs
and configuration documentation for side inputs
URL: https://github.com/apache/samza/pull/1064#discussion_r290489851
##########
File path:
samza-api/src/main/java/org/apache/samza/table/descriptors/LocalTableDescriptor.java
##########
@@ -76,6 +86,13 @@ public D withSideInputs(List<String> sideInputs) {
return (D) this;
}
+ /**
+ * Provide the {@link SideInputsProcessor} for this table. It is a mapper
function applied on the side inputs
Review comment:
s/a mapper function//
"and the results are written to the table."
----------------------------------------------------------------
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