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 f6ca16e273 [fix](analysis) fix error msg #22950
f6ca16e273 is described below

commit f6ca16e273be96f986eae141bd22bb4cff15b725
Author: Liqf <109049295+lemonlit...@users.noreply.github.com>
AuthorDate: Tue Aug 15 13:15:13 2023 +0800

    [fix](analysis) fix error msg #22950
---
 fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java 
b/fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java
index 6a6ff655fe..3192b37038 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java
@@ -605,7 +605,7 @@ public class CreateTableStmt extends DdlStmt {
                         }
                     }
                     if (!found) {
-                        throw new AnalysisException("BITMAP column does not 
exist in table. invalid column: "
+                        throw new AnalysisException("Column does not exist in 
table. invalid column: "
                                 + indexColName);
                     }
                 }


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

Reply via email to