srinipunuru commented on a change in pull request #911: Support for types in Samza SQL UDF URL: https://github.com/apache/samza/pull/911#discussion_r254886952
########## File path: samza-sql/src/main/java/org/apache/samza/sql/data/SamzaSqlExecutionContext.java ########## @@ -38,7 +40,7 @@ * The variables that are shared among all cloned instance of {@link SamzaSqlExecutionContext} */ private final SamzaSqlApplicationConfig sqlConfig; - private final Map<String, UdfMetadata> udfMetadata; + private final Map<String, List<UdfMetadata>> udfMetadata; Review comment: Yes that is correct. I will add comments to clarify that ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services