wuchong commented on a change in pull request #10098: [FLINK-14326][FLINK-14324][table] Support to apply watermark assigner in planner URL: https://github.com/apache/flink/pull/10098#discussion_r343468822
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/functions/utils/ScalarSqlFunction.scala ########## @@ -39,22 +38,22 @@ import scala.collection.JavaConverters._ /** * Calcite wrapper for user-defined scalar functions. * - * @param name function name (used by SQL parser) + * @param identifier function name (used by SQL parser) * @param displayName name to be displayed in operator name * @param scalarFunction scalar function to be called Review comment: Please skip the first commit. ---------------------------------------------------------------- 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
