thy950523 commented on code in PR #2161: URL: https://github.com/apache/kylin/pull/2161#discussion_r1426129574
########## src/tool/src/main/java/org/apache/kylin/helper/MetadataToolHelper.java: ########## @@ -18,26 +18,8 @@ package org.apache.kylin.helper; -import static org.apache.kylin.common.exception.code.ErrorCodeTool.FILE_ALREADY_EXISTS; - -import java.io.File; -import java.io.IOException; -import java.net.URI; -import java.nio.file.FileSystems; -import java.nio.file.Paths; -import java.time.Clock; -import java.time.LocalDateTime; -import java.time.format.DateTimeFormatter; -import java.util.Collections; -import java.util.List; -import java.util.Locale; -import java.util.NavigableSet; -import java.util.Objects; -import java.util.Set; -import java.util.stream.Collectors; - -import javax.sql.DataSource; - +import lombok.val; Review Comment: 之前没有添加eclipse formatter的配置,重新commit了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
