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

lzljs3620320 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 3879bb96f [doc] Fix doc test for CoreOptions
3879bb96f is described below

commit 3879bb96f3c40b23f08c5f6d83c028bf0a5fbde3
Author: Jingsong <[email protected]>
AuthorDate: Thu Jul 18 22:44:22 2024 +0800

    [doc] Fix doc test for CoreOptions
---
 docs/layouts/shortcodes/generated/core_configuration.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/layouts/shortcodes/generated/core_configuration.html 
b/docs/layouts/shortcodes/generated/core_configuration.html
index 93bff9692..0ecdbd634 100644
--- a/docs/layouts/shortcodes/generated/core_configuration.html
+++ b/docs/layouts/shortcodes/generated/core_configuration.html
@@ -62,12 +62,6 @@ under the License.
             <td><p>Enum</p></td>
             <td>Whether to double write to a changelog file. This changelog 
file keeps the details of data changes, it can be read directly during stream 
reads. This can be applied to tables with primary keys. <br /><br />Possible 
values:<ul><li>"none": No changelog file.</li><li>"input": Double write to a 
changelog file when flushing memory table, the changelog is from 
input.</li><li>"full-compaction": Generate changelog files with each full 
compaction.</li><li>"lookup": Generate change [...]
         </tr>
-        <tr>
-            <td><h5>changelog-producer.lookup-wait</h5></td>
-            <td style="word-wrap: break-word;">true</td>
-            <td>Boolean</td>
-            <td>When changelog-producer is set to LOOKUP, commit will wait for 
changelog generation by lookup.</td>
-        </tr>
         <tr>
             <td><h5>changelog-producer.row-deduplicate</h5></td>
             <td style="word-wrap: break-word;">false</td>
@@ -345,6 +339,12 @@ Mainly to resolve data skew on primary keys. We recommend 
starting with 64 mb wh
             <td>Integer</td>
             <td>The maximal fan-in for external merge sort. It limits the 
number of file handles. If it is too small, may cause intermediate merging. But 
if it is too large, it will cause too many files opened at the same time, 
consume memory and lead to random reading.</td>
         </tr>
+        <tr>
+            <td><h5>lookup-wait</h5></td>
+            <td style="word-wrap: break-word;">true</td>
+            <td>Boolean</td>
+            <td>When need to lookup, commit will wait for compaction by 
lookup.</td>
+        </tr>
         <tr>
             <td><h5>lookup.cache-file-retention</h5></td>
             <td style="word-wrap: break-word;">1 h</td>

Reply via email to