atoomula commented on a change in pull request #911: Support for types in Samza SQL UDF URL: https://github.com/apache/samza/pull/911#discussion_r255299964
########## File path: samza-sql/src/main/java/org/apache/samza/sql/fn/BuildOutputRecordUdf.java ########## @@ -61,13 +61,13 @@ * If no args is provided, it returns an empty SamzaSqlRelRecord (with empty field names and values list). */ -@SamzaSqlUdf(name="BuildOutputRecord") +@SamzaSqlUdf(name="BuildOutputRecord" , description = "Creates an Output record.") Review comment: typo: space after name. name = "BuildOutputRecord" ---------------------------------------------------------------- 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