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

commit 452c3bafe642d5c11a49ea66845c1c22c7bbe2f3
Author: JingsongLi <[email protected]>
AuthorDate: Mon May 12 13:52:41 2025 +0800

    [doc] Document Hudi Clone in migration/clone
---
 docs/content/migration/clone-to-paimon.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/content/migration/clone-to-paimon.md 
b/docs/content/migration/clone-to-paimon.md
index b92aa4ddf2..2795743578 100644
--- a/docs/content/migration/clone-to-paimon.md
+++ b/docs/content/migration/clone-to-paimon.md
@@ -33,13 +33,13 @@ Clone supports cloning tables to Paimon tables.
    same partition fields.
 
 Currently, clone supports:
-
 1. Clone Hive tables in Hive Catalog to Paimon Catalog, supports Parquet, ORC, 
Avro formats, target table will
    be append table.
+2. Clone Hudi tables in Hive Catalog to Paimon Catalog, target table will be 
append table.
 
 The source table below is currently under development:
-1. Clone Hudi tables in Hive Catalog to Paimon Catalog, target table will be 
append table.
-2. Clone Paimon tables to Paimon tables, target table can be primary table or 
append table.
+1. Clone Paimon tables to Paimon tables, target table can be primary table or 
append table.
+2. Clone Iceberg tables in Hive Catalog to Paimon Catalog, target table will 
be append table.
 
 ## Clone Hive Table
 
@@ -71,3 +71,9 @@ clone \
 --parallelism 10 \
 --target_catalog_conf warehouse=my_warehouse
 ```
+
+## Clone Hudi Tables
+
+Clone Hudi needs dependency: 
[hudi-flink1.18-bundle-0.15.0.jar](https://repo1.maven.org/maven2/org/apache/hudi/hudi-flink1.18-bundle/0.15.0/hudi-flink1.18-bundle-0.15.0.jar)
+
+The execution method is the same as the Hive table mentioned above.

Reply via email to