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 f2a7fbf1aa [doc] fix MarkPartitionDoneProcedure doc. (#6473)
f2a7fbf1aa is described below

commit f2a7fbf1aaa441ca20a11890f0b889072f510c38
Author: Jiajia Li <[email protected]>
AuthorDate: Mon Oct 27 15:26:21 2025 +0800

    [doc] fix MarkPartitionDoneProcedure doc. (#6473)
---
 docs/content/spark/procedures.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/spark/procedures.md b/docs/content/spark/procedures.md
index f3cff70160..84da6821a4 100644
--- a/docs/content/spark/procedures.md
+++ b/docs/content/spark/procedures.md
@@ -370,9 +370,9 @@ This section introduce all available spark procedures about 
paimon.
       </td>
       <td>
          -- mark single partition done<br/>
-         CALL sys.mark_partition_done(table => 'default.T', parititions => 
'day=2024-07-01')<br/><br/>
+         CALL sys.mark_partition_done(table => 'default.T', partitions => 
'day=2024-07-01')<br/><br/>
          -- mark multiple partitions done<br/>
-         CALL sys.mark_partition_done(table => 'default.T', parititions => 
'day=2024-07-01;day=2024-07-02')
+         CALL sys.mark_partition_done(table => 'default.T', partitions => 
'day=2024-07-01;day=2024-07-02')
       </td>
    </tr>
    <tr>

Reply via email to