Skip to content

Commit 51dd4e3

Browse files
committed
fix
1 parent fca834c commit 51dd4e3

File tree

10 files changed

+0
-711
lines changed

10 files changed

+0
-711
lines changed

docs/content/migration/clone-to-paimon.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,3 @@ clone \
8686
"--included_tables" and "--excluded_tables" are optional parameters, which are used to specify the tables that need or don't need to be cloned.
8787
The format is `<database1>.<table1>,<database2>.<table2>,<database3>.<table3>`.
8888
"--excluded_tables" has higher priority than "--included_tables" if you specified both.
89-
90-
## Clone Iceberg Tables
91-
92-
Clone Iceberg needs dependency: [iceberg-flink-runtime-1.20-1.8.1.jar](https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-flink-runtime-1.20/1.8.1/iceberg-flink-runtime-1.20-1.8.1.jar)
93-
94-
The execution method is the same as the Hive table mentioned above.

paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/MigrateIcebergTableAction.java

Lines changed: 0 additions & 55 deletions
This file was deleted.

paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/MigrateIcebergTableActionFactory.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/procedure/MigrateIcebergTableProcedure.java

Lines changed: 0 additions & 87 deletions
This file was deleted.

paimon-flink/paimon-flink-common/src/main/resources/META-INF/services/org.apache.paimon.factories.Factory

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ org.apache.paimon.flink.procedure.CloneProcedure
9090
org.apache.paimon.flink.procedure.CompactManifestProcedure
9191
org.apache.paimon.flink.procedure.RemoveUnexistingFilesProcedure
9292
org.apache.paimon.flink.procedure.ClearConsumersProcedure
93-
org.apache.paimon.flink.procedure.MigrateIcebergTableProcedure
9493
org.apache.paimon.flink.procedure.RescaleProcedure
9594
org.apache.paimon.flink.procedure.AlterViewDialectProcedure
9695
org.apache.paimon.flink.procedure.CreateFunctionProcedure

0 commit comments

Comments
 (0)