This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new ebae13a13a [chore](fe) fix compilation error (#12940)
ebae13a13a is described below
commit ebae13a13aa61be8191b9f0ce9029a3b1f04db0f
Author: Yongqiang YANG <[email protected]>
AuthorDate: Sat Sep 24 14:56:31 2022 +0800
[chore](fe) fix compilation error (#12940)
fix compilation error
---
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
index 520cd87f8a..cd5824ae72 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
@@ -54,7 +54,6 @@ import com.google.common.base.Strings;
import com.google.common.collect.Lists;
import org.apache.commons.codec.digest.DigestUtils;
-import org.apache.iceberg.catalog.Catalog;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]