lihaosky commented on code in PR #26577:
URL: https://github.com/apache/flink/pull/26577#discussion_r2097042431


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/Catalog.java:
##########
@@ -96,6 +98,16 @@ default Optional<FunctionDefinitionFactory> 
getFunctionDefinitionFactory() {
         return Optional.empty();
     }
 
+    /**
+     * Get an optional {@link ModelProviderFactory} instance that's 
responsible for creating {@link
+     * ModelProvider}.
+     *
+     * @return an optional ModelProviderFactory instance
+     */
+    default Optional<ModelProviderFactory> getModelProviderFactory() {

Review Comment:
   This is newly added which is not in FLIP



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to