This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new a3e7e279f9b Fix compile (#32818) a3e7e279f9b is described below commit a3e7e279f9b7bb19ef59e57e14a809910247f89b Author: zhiqiang <seuhezhiqi...@163.com> AuthorDate: Tue Mar 26 14:18:56 2024 +0800 Fix compile (#32818) --- fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java b/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java index 3c1467453d7..bb8496405db 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java +++ b/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java @@ -215,7 +215,6 @@ import org.apache.doris.thrift.TShowProcessListResult; import org.apache.doris.thrift.TTaskType; import org.apache.doris.thrift.TUnit; import org.apache.doris.transaction.GlobalTransactionMgr; -import org.apache.doris.transaction.GlobalTransactionMgrIface; import org.apache.doris.transaction.TransactionStatus; import com.google.common.base.Preconditions; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org