dawidwys commented on code in PR #25733: URL: https://github.com/apache/flink/pull/25733#discussion_r1869388658
########## 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: > I'm asking since there is a couple more functions without parameters like NOW(), CURRENT_ROW_TIMESTAMP() and sometimes UNIX_TIMESTAMP() however based on the doc they should have parenthesis https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/functions/systemfunctions/ @snuyanzin Could you elaborate on that? -- 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