danny0405 commented on a change in pull request #1405: [CALCITE-2772] Support varargs UDF for scalar function URL: https://github.com/apache/calcite/pull/1405#discussion_r317864747
########## File path: core/src/main/java/org/apache/calcite/schema/impl/ReflectiveFunctionBase.java ########## @@ -41,6 +41,7 @@ /** Types of parameter for the function call. */ public final List<FunctionParameter> parameters; + /** Review comment: Remove useless change. ---------------------------------------------------------------- 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
