You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/05/06 06:59:38 UTC

[kylin] 37/38: mirror: remove unused import

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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit f508aa3439f6a66c9cf9e7b354e7055b296d9a41
Author: Yaguang Jia <ji...@foxmail.com>
AuthorDate: Wed Apr 26 10:30:44 2023 +0800

    mirror: remove unused import
---
 .../org/apache/kylin/rest/service/ModelTdsServiceColumnNameTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modeling-service/src/test/java/org/apache/kylin/rest/service/ModelTdsServiceColumnNameTest.java b/src/modeling-service/src/test/java/org/apache/kylin/rest/service/ModelTdsServiceColumnNameTest.java
index 6131b84e70..abb8abc371 100644
--- a/src/modeling-service/src/test/java/org/apache/kylin/rest/service/ModelTdsServiceColumnNameTest.java
+++ b/src/modeling-service/src/test/java/org/apache/kylin/rest/service/ModelTdsServiceColumnNameTest.java
@@ -19,7 +19,6 @@
 package org.apache.kylin.rest.service;
 
 import lombok.extern.slf4j.Slf4j;
-import com.google.common.collect.ImmutableList;
 import org.apache.kylin.common.scheduler.EventBusFactory;
 import org.apache.kylin.engine.spark.utils.SparkJobFactoryUtils;
 import org.apache.kylin.junit.rule.TransactionExceptedException;