This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 8bdc7195a981c91a188f283c49851a4e9ea2758f Author: morningman <[email protected]> AuthorDate: Thu Jun 2 00:07:22 2022 +0800 [hotfix] fix unused import from ##9618 --- .../java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java b/fe/fe-core/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java index 2d2842bdb0..354be2a4a9 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java +++ b/fe/fe-core/src/main/java/org/apache/doris/common/proc/ClusterLoadStatisticProcDir.java @@ -25,7 +25,6 @@ import org.apache.doris.system.Backend; import org.apache.doris.thrift.TStorageMedium; import com.google.common.collect.ImmutableList; -import com.google.common.collect.Table; import java.util.List; import java.util.Map; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
