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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new a29dd42 [BUG][Document] Fix the bug that failed to build the help
module (#5917)
a29dd42 is described below
commit a29dd42b4758772069e6e03e84c905ab3a3ec81b
Author: xy720 <[email protected]>
AuthorDate: Thu May 27 22:07:15 2021 +0800
[BUG][Document] Fix the bug that failed to build the help module (#5917)
There are multiple entries with same key in help documents, which will
cause build help module failed.
---
.../Data Manipulation/{SHOW DATABASE.md => SHOW DATABASE ID.md} | 2 +-
.../Data Manipulation/{SHOW PARTITION.md => SHOW PARTITION ID.md} | 2 +-
.../Data Manipulation/{SHOW TABLE.md => SHOW TABLE ID.md} | 2 +-
.../Data Manipulation/{SHOW DATABASE.md => SHOW DATABASE ID.md} | 2 +-
.../Data Manipulation/{SHOW PARTITION.md => SHOW PARTITION ID.md} | 2 +-
.../Data Manipulation/{SHOW TABLE.md => SHOW TABLE ID.md} | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE.md b/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE ID.md
similarity index 98%
rename from docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE.md
rename to docs/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASE
ID.md
index cd4ed4d..87989ba 100644
--- a/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASE.md
+++ b/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW DATABASE
ID.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# SHOW DATABASE
+# SHOW DATABASE ID
## Description
This statement is used to display database name according to database id (for
administrators only)
Grammar:
diff --git a/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION.md b/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION ID.md
similarity index 98%
rename from docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION.md
rename to docs/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITION
ID.md
index 6ccbac4..e443da4 100644
--- a/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITION.md
+++ b/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW PARTITION
ID.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# SHOW PARTITION
+# SHOW PARTITION ID
## Description
This statement is used to display database name, table name, partition name
according to partition id (for administrators only)
Grammar:
diff --git a/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW
TABLE.md b/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLE
ID.md
similarity index 98%
rename from docs/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLE.md
rename to docs/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLE
ID.md
index dc4306b..f526873 100644
--- a/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLE.md
+++ b/docs/en/sql-reference/sql-statements/Data Manipulation/SHOW TABLE ID.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# SHOW TABLE
+# SHOW TABLE ID
## Description
This statement is used to display database name, table name according to table
id (for administrators only)
Grammar:
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE.md b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE ID.md
similarity index 98%
rename from docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE.md
rename to docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE ID.md
index aa8e43b..61ae6a1 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
DATABASE.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW DATABASE
ID.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# SHOW DATABASE
+# SHOW DATABASE ID
## description
该语句用于根据 database id 查找对应的 database name(仅管理员使用)
语法:
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION.md b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION ID.md
similarity index 98%
rename from docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION.md
rename to docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION ID.md
index f41029b..0a618af 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
PARTITION.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW PARTITION
ID.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# SHOW DATABASE
+# SHOW PARTITION ID
## description
该语句用于根据 partition id 查找对应的 database name, table name, partition
name(仅管理员使用)
语法:
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
TABLE.md b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW TABLE
ID.md
similarity index 98%
rename from docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW
TABLE.md
rename to docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW TABLE
ID.md
index 96a2ae9..35ca22a 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW TABLE.md
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW TABLE
ID.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
-# SHOW DATABASE
+# SHOW TABLE ID
## description
该语句用于根据 table id 查找对应的 database name, table name(仅管理员使用)
语法:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]