gr4ve 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_r366123579
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/schema/FunctionParameter.java
 ##########
 @@ -54,14 +52,19 @@
    * Returns whether this parameter is optional.
    *
    * <p>If true, the value of the parameter can be supplied using the DEFAULT
-   * SQL keyword, or it can be omitted from a function called using argument
-   * assignment, or the function can be called with fewer parameters (if all
-   * parameters after it are optional too).
+   * SQL keyword, or it can be omitted from a function called using argument 
assignment,
+   * or the function can be called with fewer
+   * parameters (if all parameters after it are optional too).
 
 Review comment:
   undo, automatic code  formatter changed the comment.

----------------------------------------------------------------
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

Reply via email to