wuchong commented on a change in pull request #15110:
URL: https://github.com/apache/flink/pull/15110#discussion_r592044710



##########
File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ShowFunctionsOperation.java
##########
@@ -18,11 +18,21 @@
 
 package org.apache.flink.table.operations;
 
-/** Operation to describe a SHOW FUNCTIONS statement. */
+/** Operation to describe a SHOW [USER] FUNCTIONS statement. */
 public class ShowFunctionsOperation implements ShowOperation {
 
+    private final boolean requireUser;

Review comment:
       Looks good to me. 




----------------------------------------------------------------
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]


Reply via email to