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 771884dd19 [doc] Fix invalid syntax for partition_idle_time in
sys.compact example (#5643)
771884dd19 is described below
commit 771884dd1952ad3081b9f0f39f17cbf645adc316
Author: tianyuan.liu <[email protected]>
AuthorDate: Wed May 21 03:46:53 2025 +0200
[doc] Fix invalid syntax for partition_idle_time in sys.compact example
(#5643)
---
docs/content/maintenance/dedicated-compaction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/maintenance/dedicated-compaction.md
b/docs/content/maintenance/dedicated-compaction.md
index 6e8abc22e1..3296c9270d 100644
--- a/docs/content/maintenance/dedicated-compaction.md
+++ b/docs/content/maintenance/dedicated-compaction.md
@@ -335,7 +335,7 @@ Run the following sql:
```sql
-- history partition compact table
-CALL sys.compact(`table` => 'default.T', 'partition_idle_time' => '1 d')
+CALL sys.compact(`table` => 'default.T', partition_idle_time => '1 d')
```
{{< /tab >}}