snuyanzin commented on code in PR #26600:
URL: https://github.com/apache/flink/pull/26600#discussion_r2108845092


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/OptimizerConfigOptions.java:
##########
@@ -362,6 +362,17 @@ public class OptimizerConfigOptions {
                                     + "it receives incremental accumulators 
and outputs incremental results). "
                                     + "In this way, we can reduce some state 
overhead and resources. Default is enabled.");
 
+    @Documentation.TableOption(execMode = Documentation.ExecMode.STREAMING)
+    public static final ConfigOption<Integer> TABLE_OPTIMIZER_PTF_MAX_TABLES =
+            key("table.optimizer.ptf.max-tables")
+                    .intType()
+                    .defaultValue(20)

Review Comment:
   out of curiosity do we know if there is any other vendor offering PTF 
feature and what limit do they have?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to