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 8d10ae5587 [docs] Fix hive migration wording (#8079)
8d10ae5587 is described below

commit 8d10ae5587a53df12c1dc07abc4180e2137bac9f
Author: huangxiaoping <[email protected]>
AuthorDate: Tue Jun 2 21:41:54 2026 +0800

    [docs] Fix hive migration wording (#8079)
---
 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 6e84855937..92fa84c193 100644
--- a/docs/docs/migration/migration-from-hive.mdx
+++ b/docs/docs/migration/migration-from-hive.mdx
@@ -37,7 +37,7 @@ At the same time, you can use paimon hive catalog with 
Migrate Database Procedur
 * Migrate Table Procedure: Paimon table does not exist, use the procedure 
upgrade hive table to paimon table. Hive table will disappear after action done.
 * Migrate Database Procedure: Paimon table does not exist, use the procedure 
upgrade all hive tables in database to paimon table. All hive tables will 
disappear after action done.
 
-These three actions now support file format of hive "orc" and "parquet" and 
"avro".
+These two actions now support file format of hive "orc" and "parquet" and 
"avro".
 
 <span style={{color: "red"}}> **We highly recommend to back up hive table data 
before migrating, because migrating action is not atomic. If been interrupted 
while migrating, you may lose your data.** </span>
 

Reply via email to