yanand0909 commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2024168869


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/FactoryUtil.java:
##########
@@ -173,6 +173,12 @@ public final class FactoryUtil {
                     .withDescription(
                             "Specify the workflow scheduler type that is used 
for materialized table.");
 
+    public static final ConfigOption<String> MODEL_PROVIDER =
+            ConfigOptions.key("provider")

Review Comment:
   provider is what we use later from model option. As its a model option it is 
evident its a model provider



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