You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The number of partitions to pre-create for auto created partitions in each check for auto partition. "
968
+
+ "The default value is 2, which means 2 partitions will be pre-created. If the 'table.auto-partition.time-unit' is 'DAY'(default), one precreated partition is for today and another one is for tomorrow. "
967
969
+ "For example, if the current check time is 2024-11-11 and the value is "
968
970
+ "configured as 3, then partitions 20241111, 20241112, 20241113 will be pre-created. "
969
971
+ "If any one partition exists, it'll skip creating the partition.");
Copy file name to clipboardExpand all lines: fluss-connectors/fluss-connector-flink/src/test/java/com/alibaba/fluss/connector/flink/source/FlinkTableSourceBatchITCase.java
0 commit comments