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/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 49bac4a51 [doc] fix write-performance.md error (#1057)
49bac4a51 is described below

commit 49bac4a51393bdb0ff5cf7ee334d8500d69bda76
Author: zzzzzzzs <[email protected]>
AuthorDate: Thu May 4 09:44:41 2023 +0800

    [doc] fix write-performance.md error (#1057)
---
 docs/content/maintenance/write-performance.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/maintenance/write-performance.md 
b/docs/content/maintenance/write-performance.md
index c2dde5d20..467b0bc01 100644
--- a/docs/content/maintenance/write-performance.md
+++ b/docs/content/maintenance/write-performance.md
@@ -108,9 +108,9 @@ When number of sorted runs is small, Paimon writers will 
perform compaction asyn
     <tr>
       <td><h5>num-sorted-run.stop-trigger</h5></td>
       <td>No</td>
-      <td style="word-wrap: break-word;">10</td>
+      <td style="word-wrap: break-word;">(none)</td>
       <td>Integer</td>
-      <td>The number of sorted-runs that trigger the stopping of writes.</td>
+      <td>The number of sorted runs that trigger the stopping of writes, the 
default value is 'num-sorted-run.compaction-trigger' + 1.</td>
     </tr>
     </tbody>
 </table>

Reply via email to