From 95ead5941907bdd1d14a4d5d7f93c13dae9ece49 Mon Sep 17 00:00:00 2001 From: Yongqiang YANG <98214048+dataroaring@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:29:28 +0800 Subject: [PATCH] Update StmtExecutor.java --- fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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