You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/29 07:42:34 UTC

[GitHub] [flink] zhengcanbin commented on a change in pull request #9752: [FLINK-14179]Correct description of 'SHOW FUNCTIONS'

zhengcanbin commented on a change in pull request #9752: [FLINK-14179]Correct description of 'SHOW FUNCTIONS'
URL: https://github.com/apache/flink/pull/9752#discussion_r329342264
 
 

 ##########
 File path: flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliStrings.java
 ##########
 @@ -52,7 +52,7 @@ private CliStrings() {
 		.append(formatCommand(SqlCommand.RESET, "Resets all session configuration properties."))
 		.append(formatCommand(SqlCommand.SELECT, "Executes a SQL SELECT query on the Flink cluster."))
 		.append(formatCommand(SqlCommand.SET, "Sets a session configuration property. Syntax: 'SET <key>=<value>;'. Use 'SET;' for listing all properties."))
-		.append(formatCommand(SqlCommand.SHOW_FUNCTIONS, "Shows all registered user-defined functions."))
+		.append(formatCommand(SqlCommand.SHOW_FUNCTIONS, "Shows all system-defined and registered user-defined functions."))
 
 Review comment:
   Thanks, @wuchong, sounds good to me, done by  [868ce4](https://github.com/apache/flink/pull/9752/commits/868ce4a4f6149db263a8107fa3a1de3c079d7916)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services