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 9ad69a428e [doc] Update batch partition mark done doc (#6478)
9ad69a428e is described below
commit 9ad69a428e6b50b72b2064d6f56a4b98d4685637
Author: Zouxxyy <[email protected]>
AuthorDate: Tue Oct 28 08:33:51 2025 +0800
[doc] Update batch partition mark done doc (#6478)
---
docs/content/maintenance/manage-partitions.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/maintenance/manage-partitions.md
b/docs/content/maintenance/manage-partitions.md
index 7b851fe055..42d6f4601b 100644
--- a/docs/content/maintenance/manage-partitions.md
+++ b/docs/content/maintenance/manage-partitions.md
@@ -166,5 +166,5 @@ enable this by setting `'partition.mark-done-action.mode' =
'watermark'`.
### Batch Mark Done
-For batch mode, you can trigger partition mark done when end input by setting
`'partition.end-input-to-done'='true'`.
-
+For batch mode, you can trigger partition mark done when end input by setting
`'partition.end-input-to-done'='true'`,
+and all partitions written in this batch will be marked done.