This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch rest-api-plan-tablename-case
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/rest-api-plan-tablename-case 
by this push:
     new d341773a7fc 1
d341773a7fc is described below

commit d341773a7fc4ee29cdaba6be462ca5d529517e94
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Sun Oct 8 14:18:40 2023 +0800

    1
---
 .../main/java/org/apache/doris/httpv2/rest/TableQueryPlanAction.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/TableQueryPlanAction.java
 
b/fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/TableQueryPlanAction.java
index a9962ee15b6..cb97d3ecbe9 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/TableQueryPlanAction.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/TableQueryPlanAction.java
@@ -26,7 +26,6 @@ import org.apache.doris.catalog.Database;
 import org.apache.doris.catalog.Env;
 import org.apache.doris.catalog.Table;
 import org.apache.doris.catalog.TableIf;
-import org.apache.doris.common.Config;
 import org.apache.doris.common.DorisHttpException;
 import org.apache.doris.common.MetaNotFoundException;
 import org.apache.doris.httpv2.entity.ResponseEntityBuilder;
@@ -39,7 +38,6 @@ import org.apache.doris.qe.ConnectContext;
 import org.apache.doris.qe.GlobalVariable;
 import org.apache.doris.qe.OriginStatement;
 import org.apache.doris.qe.StmtExecutor;
-import org.apache.doris.qe.VariableMgr;
 import org.apache.doris.thrift.TDataSink;
 import org.apache.doris.thrift.TDataSinkType;
 import org.apache.doris.thrift.TMemoryScratchSink;


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

Reply via email to