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 7dae0ee7d [doc] Fix spelling error of parameter name (#4234)
7dae0ee7d is described below
commit 7dae0ee7da6410b85b220effa1f433dbc04ab70a
Author: dongsj <[email protected]>
AuthorDate: Tue Sep 24 18:00:54 2024 +0800
[doc] Fix spelling error of parameter name (#4234)
---
.../main/java/org/apache/paimon/flink/utils/TableMigrationUtils.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/utils/TableMigrationUtils.java
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/utils/TableMigrationUtils.java
index f493dd244..b59c3592a 100644
---
a/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/utils/TableMigrationUtils.java
+++
b/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/utils/TableMigrationUtils.java
@@ -34,7 +34,7 @@ public class TableMigrationUtils {
String connector,
Catalog catalog,
String sourceDatabase,
- String souceTableName,
+ String sourceTableName,
String targetDatabase,
String targetTableName,
Integer parallelism,
@@ -50,7 +50,7 @@ public class TableMigrationUtils {
return new HiveMigrator(
(HiveCatalog) catalog,
sourceDatabase,
- souceTableName,
+ sourceTableName,
targetDatabase,
targetTableName,
parallelism,