[fix](analysis) fix error msg #22950

This commit is contained in:
Liqf
2023-08-15 13:15:13 +08:00
committed by GitHub
parent 1eab93b368
commit f6ca16e273

View File

@ -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);
}
}