gustavodemorais commented on code in PR #25733: URL: https://github.com/apache/flink/pull/25733#discussion_r1868972657
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/SqlCallSyntax.java: ########## @@ -70,6 +70,12 @@ private String doUnParse( } }; + /** + * Function syntax for functions without parameters (e.g., CURRENT_DATE, LOCALTIMESTAMP, Review Comment: Yes, I meant to write parenthesis 😅 Updated it -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org