dawidwys 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_r338922440
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
 ##########
 @@ -103,6 +106,23 @@ static TableEnvironment create(EnvironmentSettings 
settings) {
         */
        Optional<Catalog> getCatalog(String catalogName);
 
+       /**
+        * Loads a {@link Module} under a unique name. Modules will be kept in 
the loaded order.
 
 Review comment:
   You are right. Though `Catalogs`\\`Functions` are rather a common term, 
whereas `Module`s are way broader. Personally, if I were the user, I would 
prefer to have a short information what can I do with the modules. It does not 
have to be in-depth, but sth along the lines, that 
   `
   Modules can provide system level extensions such as sytem functions, 
operators etc.
   `
   
   But feel free to ignore the comment.

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