zhoulii commented on code in PR #6966:
URL: https://github.com/apache/paimon/pull/6966#discussion_r2681920396


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java:
##########
@@ -292,6 +292,15 @@ public class FlinkConnectorOptions {
                                     + "cache refreshing is forbidden. 
Blacklist format is start1->end1,start2->end2,... , "
                                     + "and the time format is yyyy-MM-dd 
HH:mm. Only used when lookup table is FULL cache mode.");
 
+    public static final ConfigOption<Integer> 
LOOKUP_REFRESH_FULL_LOAD_THRESHOLD =
+            ConfigOptions.key("lookup.refresh.full-load-threshold")
+                    .intType()
+                    .defaultValue(Integer.MAX_VALUE)

Review Comment:
   fixed.



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