wuchong commented on a change in pull request #15213:
URL: https://github.com/apache/flink/pull/15213#discussion_r595240053
##########
File path: flink-table/flink-sql-client/src/test/resources/sql/function.q
##########
@@ -145,9 +170,14 @@ drop function if exists non_func;
# should contain func11, not contain func10
show user functions;
-func11
-func3
-func4
++---------------+
+| function name |
++---------------+
+| func4 |
+| func11 |
+| func3 |
++---------------+
Review comment:
We still need a sorted result, but the sort should be supported by
TableEnvironment. Could you sort the result for
`TableEnvironment#listFunctions` and `listUserDefinedFunctions`?
----------------------------------------------------------------
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]