diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java b/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java index b9a5351cb98c5c..fcd0d25a130320 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java +++ b/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java @@ -725,7 +725,7 @@ private void executeByNereids(TUniqueId queryId) throws Exception { return; } } - + // Query following createting table would throw table not exist error. // For example. // t1: client issues create table to master fe