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 a561ea6b8 [doc] fix minor dedicated-compaction doc (#3835)
a561ea6b8 is described below
commit a561ea6b8e31407ee3191608bff50286cb551e8d
Author: herefree <[email protected]>
AuthorDate: Mon Jul 29 19:19:52 2024 +0800
[doc] fix minor dedicated-compaction doc (#3835)
---
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 2c333c6ea..981823540 100644
--- a/docs/content/maintenance/dedicated-compaction.md
+++ b/docs/content/maintenance/dedicated-compaction.md
@@ -271,7 +271,7 @@ If your table is configured with [dynamic bucket primary
key table]({{< ref "pri
or [append table]({{< ref "append-table/overview" >}}) ,
you can trigger a compact with specified column sort to speed up queries.
-{{< tabs "database-compaction-job" >}}
+{{< tabs "sort-compaction-job" >}}
{{< tab "Flink Action Jar" >}}