diff --git a/docs/layouts/shortcodes/generated/flink_connector_configuration.html b/docs/layouts/shortcodes/generated/flink_connector_configuration.html
index 08e118a1c271..550254f0dff7 100644
--- a/docs/layouts/shortcodes/generated/flink_connector_configuration.html
+++ b/docs/layouts/shortcodes/generated/flink_connector_configuration.html
@@ -128,12 +128,6 @@
Boolean |
Whether to force the removal of the normalize node when streaming read. Note: This is dangerous and is likely to cause data errors if downstream is used to calculate aggregation and the input is not complete changelog. |
-
- streaming-read.shuffle-by-partition |
- true |
- Boolean |
- Whether shuffle by partition and bucket when streaming read. |
-
scan.split-enumerator.batch-size |
10 |
@@ -260,6 +254,12 @@
Duration |
If the new snapshot has not been generated when the checkpoint starts to trigger, the enumerator will block the checkpoint and wait for the new snapshot. Set the maximum waiting time to avoid infinite waiting, if timeout, the checkpoint will fail. Note that it should be set smaller than the checkpoint timeout. |
+
+ streaming-read.shuffle-by-partition |
+ true |
+ Boolean |
+ Whether shuffle by partition and bucket when streaming read. |
+
unaware-bucket.compaction.parallelism |
(none) |