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 2386a1ce5a4 [fix](docs)Fix description for error code 1051 #27751 
(#27977)
2386a1ce5a4 is described below

commit 2386a1ce5a469272444cac433169b510e02e39c6
Author: Vallish Pai <[email protected]>
AuthorDate: Wed Jan 3 15:45:00 2024 +0530

    [fix](docs)Fix description for error code 1051 #27751 (#27977)
---
 docs/en/docs/admin-manual/maint-monitor/doris-error-code.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/en/docs/admin-manual/maint-monitor/doris-error-code.md 
b/docs/en/docs/admin-manual/maint-monitor/doris-error-code.md
index 9e243222b0e..70d712b2962 100644
--- a/docs/en/docs/admin-manual/maint-monitor/doris-error-code.md
+++ b/docs/en/docs/admin-manual/maint-monitor/doris-error-code.md
@@ -38,7 +38,7 @@ under the License.
 | 1047       | The user entered an invalid operation instruction |
 | 1049       | The user specified an invalid database |
 | 1050       | Data table already exists                      |
-| 1051       | Invalid data table                               |
+| 1051       | The user specified an unknown table            |
 | 1052       | The specified column name is ambiguous, and the corresponding 
column cannot be uniquely determined |
 | 1053       | Illegal data column is specified for Semi-Join/Anti-Join query |
 | 1054       | The specified column does not exist in the table |
@@ -52,6 +52,7 @@ under the License.
 | 1102       | Incorrect database name                        |
 | 1104       | Incorrect data table name                      |
 | 1105       | Other errors                                         |
+| 1109       | The user specified an unknown table in the current database |
 | 1110       | Duplicate columns specified in the subquery |
 | 1111       | Illegal use of aggregate functions in the Where clause |
 | 1113       | The column set of the newly created table cannot be empty |


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

Reply via email to