This is an automated email from the ASF dual-hosted git repository.

JingsongLi 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 642b6c39a0 [docs] fix typo in migration from hive document (#8436)
642b6c39a0 is described below

commit 642b6c39a0dad1fce0d2714898cebfcaa0a3f27c
Author: Mesut-Doner <[email protected]>
AuthorDate: Thu Jul 2 15:00:37 2026 +0300

    [docs] fix typo in migration from hive document (#8436)
---
 docs/docs/migration/migration-from-hive.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/migration/migration-from-hive.mdx 
b/docs/docs/migration/migration-from-hive.mdx
index 92fa84c193..f893d6dfc3 100644
--- a/docs/docs/migration/migration-from-hive.mdx
+++ b/docs/docs/migration/migration-from-hive.mdx
@@ -115,7 +115,7 @@ CALL sys.migrate_database(
 ```bash
 <FLINK_HOME>/bin/flink run \
 /path/to/paimon-flink-action-@@VERSION@@.jar \
-migrate_databse \
+migrate_database \
 --warehouse <warehouse-path> \
 --source_type hive \
 --database <database> \

Reply via email to