You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To migrate files from hive table to a paimon table. Argument:
568
-
<li>connector: the origin table's type to be migrated, such as hive. Cannot be empty.</li>
569
-
<li>source_table: name of the origin table to migrate. Cannot be empty.</li>
570
-
<li>target_table: name of the target table to be migrated. Cannot be empty.</li>
571
545
<li>delete_origin: If had set target_table, can set delete_origin to decide whether delete the origin table metadata from hms after migrate. Default is true</li>
572
-
<li>parallelism: the parallelism for migrate process, default is core numbers of machine.</li>
Migrate from hive table to a paimon table. Arguments:
237
-
<li>source_type: the origin table's type to be migrated, such as hive. Cannot be empty.</li>
238
-
<li>source_table: name of the origin table to migrate. Cannot be empty.</li>
239
-
<li>target_table: name of the target table to be migrated. Cannot be empty.</li>
240
-
<li>delete_origin: If had set target_table, can set delete_origin to decide whether delete the origin table metadata from hms after migrate. Default is true</li>
241
-
<li>parallelism: the parallelism for migrate process, default is core numbers of machine.</li>
Copy file name to clipboardExpand all lines: paimon-flink/paimon-flink-1.18/src/test/java/org/apache/paimon/flink/procedure/ProcedurePositionalArgumentsITCase.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -418,8 +418,6 @@ public void testMigrateProcedures() {
418
418
.hasMessageContaining("Only support Hive Catalog.");
Copy file name to clipboardExpand all lines: paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/MigrateFileActionFactory.java
0 commit comments