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 a42316f27b1 [fix](compile) fix code style (#32819) a42316f27b1 is described below commit a42316f27b140a52da90987de088c7c53a19e0af Author: zhiqiang <seuhezhiqi...@163.com> AuthorDate: Tue Mar 26 14:41:30 2024 +0800 [fix](compile) fix code style (#32819) * Fix compile * fix style --- 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 bb8496405db..55e18407254 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 @@ -213,7 +213,6 @@ import org.apache.doris.thrift.TNetworkAddress; import org.apache.doris.thrift.TShowProcessListRequest; 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.TransactionStatus; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org