nateab commented on code in PR #25115: URL: https://github.com/apache/flink/pull/25115#discussion_r1764237227
########## flink-table/flink-sql-client/src/test/resources/sql/function.q: ########## @@ -1,4 +1,4 @@ -# function.q - CREATE/DROP/ALTER FUNCTION +# function.q - CREATE/DROP/ALTER/SHOW/DESCRIBE FUNCTION Review Comment: it is SHOW FUNCTIONS plural, but there are tests in this file that cover SHOW. This is also in line with the descriptions of table.q and model.q `# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE` `# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE MODEL` -- 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