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 0f687e601 [doc] Remove useless linebreak in options
0f687e601 is described below
commit 0f687e60155784c5c34c34147aec972a027dd21d
Author: Jingsong <[email protected]>
AuthorDate: Fri Jul 12 09:57:22 2024 +0800
[doc] Remove useless linebreak in options
---
docs/layouts/shortcodes/generated/core_configuration.html | 2 +-
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/layouts/shortcodes/generated/core_configuration.html
b/docs/layouts/shortcodes/generated/core_configuration.html
index be308eeb2..2e1cca93a 100644
--- a/docs/layouts/shortcodes/generated/core_configuration.html
+++ b/docs/layouts/shortcodes/generated/core_configuration.html
@@ -784,7 +784,7 @@ If the data size allocated for the sorting task is
uneven,which may lead to perf
<td><h5>target-file-size</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>MemorySize</td>
- <td>Target size of a file.<br /><ul><li>primary key table: the
default value is 128 MB.</li></ul><br /><ul><li>append table: the default value
is 256 MB.</li></ul></td>
+ <td>Target size of a file.<ul><li>primary key table: the default
value is 128 MB.</li></ul><ul><li>append table: the default value is 256
MB.</li></ul></td>
</tr>
<tr>
<td><h5>write-buffer-for-append</h5></td>
diff --git a/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
b/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
index 22b697c6f..20f7dc652 100644
--- a/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
+++ b/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
@@ -444,9 +444,7 @@ public class CoreOptions implements Serializable {
.withDescription(
Description.builder()
.text("Target size of a file.")
- .linebreak()
.list(text("primary key table: the default
value is 128 MB."))
- .linebreak()
.list(text("append table: the default
value is 256 MB."))
.build());