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

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


The following commit(s) were added to refs/heads/master by this push:
     new cd67edef900 [fix](docs) fix chinese description for error code 1051 
(#29480)
cd67edef900 is described below

commit cd67edef90086f69943332c69dfcb3db6fb58eca
Author: Rohit Satardekar <[email protected]>
AuthorDate: Sat Jan 6 14:45:57 2024 +0530

    [fix](docs) fix chinese description for error code 1051 (#29480)
    
    Co-authored-by: Rohit Satardekar <[email protected]>
---
 docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md 
b/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md
index 4f9e57deb33..73bd61774d9 100644
--- a/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md
+++ b/docs/zh-CN/docs/admin-manual/maint-monitor/doris-error-code.md
@@ -38,7 +38,7 @@ under the License.
 | 1047   | 用户输入了无效的操作指令                                     |
 | 1049   | 用户指定了无效的数据库                                       |
 | 1050   | 数据表已经存在                                               |
-| 1051   | 无效的数据表                                                 |
+| 1051   | 用户指定了一个未知的表                                       |
 | 1052   | 指定的列名有歧义,不能唯一确定对应列                         |
 | 1053   | 为Semi-Join/Anti-Join查询指定了非法的数据列                  |
 | 1054   | 指定的列在表中不存在                                         |
@@ -52,6 +52,7 @@ under the License.
 | 1102   | 数据库名不正确                                               |
 | 1104   | 数据表名不正确                                               |
 | 1105   | 其它错误                                                     |
+| 1109   | 用户在当前数据库中指定了未知表                               |
 | 1110   | 子查询中指定了重复的列                                       |
 | 1111   | 在Where从句中非法使用聚合函数                                |
 | 1113   | 新建表的列集合不能为空                                       |
@@ -175,4 +176,4 @@ under the License.
 | 5076   | 指定的保留历史分区时间段为空                                 |
 | 5077   | 指定的保留历史分区时间段无效                                 |
 | 5078   | 指定的保留历史分区时间段必须是成对的时间                     |
-| 5079   | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |
\ No newline at end of file
+| 5079   | 指定的保留历史分区时间段对应位置的第一个时间比第二个时间大(起始时间大于结束时间) |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to