This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.3 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 5c90f445a05609f768959f5588922a0b8fa2012a 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.
