This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new b71ebe55d9 [docs] Update docs for options
b71ebe55d9 is described below

commit b71ebe55d96c2a3486e39a17eff1b0d0bf73093c
Author: JingsongLi <[email protected]>
AuthorDate: Thu Sep 3 19:43:57 2026 +0800

    [docs] Update docs for options
---
 docs/generated/core_configuration.html            |  6 ++++++
 docs/generated/flink_connector_configuration.html | 12 ++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/docs/generated/core_configuration.html 
b/docs/generated/core_configuration.html
index 6b3ae71a73..329ea2e09e 100644
--- a/docs/generated/core_configuration.html
+++ b/docs/generated/core_configuration.html
@@ -560,6 +560,12 @@ under the License.
             <td>Double</td>
             <td>Maximum selected row ratio for reading a row-store sidecar 
file. The value must be in (0, 1]. The sidecar is used only when the selected 
row ratio is no more than this value and the selected row count is no more than 
data-evolution.row-sidecar.max-selected-rows.</td>
         </tr>
+        <tr>
+            <td><h5>data-evolution.write-cols-optimization.enabled</h5></td>
+            <td style="word-wrap: break-word;">false</td>
+            <td>Boolean</td>
+            <td>Whether to omit write columns from data file metadata when a 
data evolution file contains all non-dedicated columns. Readers always support 
the omitted metadata, but writing it is disabled by default for compatibility 
with older readers.</td>
+        </tr>
         <tr>
             <td><h5>data-file.external-paths</h5></td>
             <td style="word-wrap: break-word;">(none)</td>
diff --git a/docs/generated/flink_connector_configuration.html 
b/docs/generated/flink_connector_configuration.html
index 3d7c5149a4..742267c00d 100644
--- a/docs/generated/flink_connector_configuration.html
+++ b/docs/generated/flink_connector_configuration.html
@@ -26,12 +26,6 @@ under the License.
         </tr>
     </thead>
     <tbody>
-        <tr>
-            <td><h5>compaction.bucket-distribution-strategy</h5></td>
-            <td style="word-wrap: break-word;">linear</td>
-            <td><p>Enum</p></td>
-            <td>Defines how dedicated bucket compaction jobs distribute 
compact buckets to writers. 'linear' uses the existing stable 
partition-plus-bucket mapping. 'size-aware-batch' assigns bounded 
full-compaction bucket splits by total data file size and forwards them to 
writers to reduce compaction long tail.<br /><br />Possible 
values:<ul><li>"linear": Distribute compact buckets by the existing stable 
partition-plus-bucket channel mapping.</li><li>"size-aware-batch": For bounded 
ful [...]
-        </tr>
         <tr>
             <td><h5>changelog.precommit-compact.thread-num</h5></td>
             <td style="word-wrap: break-word;">(none)</td>
@@ -44,6 +38,12 @@ under the License.
             <td>String</td>
             <td>Commit listener will be called after a successful commit. This 
option list custom commit listener identifiers separated by comma.</td>
         </tr>
+        <tr>
+            <td><h5>compaction.bucket-distribution-strategy</h5></td>
+            <td style="word-wrap: break-word;">linear</td>
+            <td><p>Enum</p></td>
+            <td>Defines how dedicated bucket compaction jobs distribute 
compact buckets to writers. 'linear' uses the existing stable 
partition-plus-bucket mapping. 'size-aware-batch' assigns bounded 
full-compaction bucket splits by total data file size and forwards them to 
writers to reduce compaction long tail.<br /><br />Possible 
values:<ul><li>"linear": Distribute compact buckets by the existing stable 
partition-plus-bucket channel mapping.</li><li>"size-aware-batch": For bounded 
ful [...]
+        </tr>
         <tr>
             <td><h5>end-input.watermark</h5></td>
             <td style="word-wrap: break-word;">(none)</td>

Reply via email to