xuefuz commented on a change in pull request #9937: [FLINK-14416][table] Add 
Module interface and ModuleManager
URL: https://github.com/apache/flink/pull/9937#discussion_r336709310
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
 ##########
 @@ -237,6 +257,13 @@ static TableEnvironment create(EnvironmentSettings 
settings) {
         */
        String[] listCatalogs();
 
+       /**
+        * Gets the names of all modules registered in this environment.
+        *
+        * @return A list of the names of all registered modules.
+        */
+       String[] listModules();
 
 Review comment:
   Not sure if it was in the discussion. If the order of modules matters (such 
as in function resolution), maybe we should return something has the order in 
it.

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


With regards,
Apache Git Services

Reply via email to