This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit de5474782c02397f9ff928e2c0f0de6458171bff Author: xleoken <[email protected]> AuthorDate: Fri May 31 18:10:44 2024 +0800 [doc] Delete redundant symbols in compaction doc (#3453) --- 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 ae975f4c9..d77e7e41c 100644 --- a/docs/content/maintenance/dedicated-compaction.md +++ b/docs/content/maintenance/dedicated-compaction.md @@ -96,7 +96,7 @@ Run the following command to submit a compaction job for the table. --table <table-name> \ [--partition <partition-name>] \ [--table_conf <table_conf>] \ - [--catalog_conf <paimon-catalog-conf> [--catalog_conf <paimon-catalog-conf> ...]] \ + [--catalog_conf <paimon-catalog-conf> [--catalog_conf <paimon-catalog-conf> ...]] ``` Example: compact table
