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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 843f3e7dd67 [hive] modify the hive build doc (#703)
843f3e7dd67 is described below

commit 843f3e7dd67b26f4c2b4216eb5ba1bb835eded20
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Sat Jun 1 22:38:35 2024 +0800

    [hive] modify the hive build doc (#703)
---
 docs/lakehouse/datalake-building/hive-build.md                         | 2 +-
 .../current/lakehouse/datalake-building/hive-build.md                  | 3 +--
 .../version-2.1/lakehouse/datalake-building/hive-build.md              | 2 +-
 versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md   | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/lakehouse/datalake-building/hive-build.md 
b/docs/lakehouse/datalake-building/hive-build.md
index e811f9e9231..1b30a91e0ee 100644
--- a/docs/lakehouse/datalake-building/hive-build.md
+++ b/docs/lakehouse/datalake-building/hive-build.md
@@ -140,7 +140,7 @@ This is an experimental feature.
 
     After creation, you can view the Hive table creation statement using the 
`SHOW CREATE TABLE` command.
 
-    Note, unlike Hive's table creation statements. In Doris, when creating a 
Hive partitioned table, the partition columns must also be included in the 
Table's Schema.
+    Note, unlike Hive's table creation statements. In Doris, when creating a 
Hive partitioned table, the partition columns must also be included in the 
Table's Schema. At the same time, the partition columns must be at the end of 
all schemas and in the same order.
 
 - Drop
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
index 1f8f8e58d97..1d8bd315f1c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-building/hive-build.md
@@ -97,7 +97,6 @@ under the License.
     ```
         
     注意,对于 Hive Database,必须先删除这个 Database 下的所有表后,才能删除 Database,否则会报错。这个操作会同步删除 
Hive 中对应的 Database。
-
     
 ### Table
 
@@ -141,7 +140,7 @@ under the License.
     
     创建后,可以通过 `SHOW CREATE TABLE` 命令查看 Hive 的建表语句。
     
-    注意,不同于 Hive 中的建表语句。在 Doris 中创建 Hive 分区表时,分区列也必须写到 Table 的 Schema 中。
+    注意,不同于 Hive 中的建表语句。在 Doris 中创建 Hive 分区表时,分区列也必须写到 Table 的 Schema 
中。同时,分区列必须在所有 Schema 的最后,且顺序保持一致。
 
 - 删除
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
index 1f8f8e58d97..cbfc406055f 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-building/hive-build.md
@@ -141,7 +141,7 @@ under the License.
     
     创建后,可以通过 `SHOW CREATE TABLE` 命令查看 Hive 的建表语句。
     
-    注意,不同于 Hive 中的建表语句。在 Doris 中创建 Hive 分区表时,分区列也必须写到 Table 的 Schema 中。
+    注意,不同于 Hive 中的建表语句。在 Doris 中创建 Hive 分区表时,分区列也必须写到 Table 的 Schema 
中。同时,分区列必须在所有 Schema 的最后,且顺序保持一致。
 
 - 删除
 
diff --git 
a/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md 
b/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
index e811f9e9231..1b30a91e0ee 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-building/hive-build.md
@@ -140,7 +140,7 @@ This is an experimental feature.
 
     After creation, you can view the Hive table creation statement using the 
`SHOW CREATE TABLE` command.
 
-    Note, unlike Hive's table creation statements. In Doris, when creating a 
Hive partitioned table, the partition columns must also be included in the 
Table's Schema.
+    Note, unlike Hive's table creation statements. In Doris, when creating a 
Hive partitioned table, the partition columns must also be included in the 
Table's Schema. At the same time, the partition columns must be at the end of 
all schemas and in the same order.
 
 - Drop
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to