zhouyifan279 commented on a change in pull request #1378:
URL: https://github.com/apache/incubator-kyuubi/pull/1378#discussion_r756092002
##########
File path:
kyuubi-server/src/test/scala/org/apache/kyuubi/events/EventLoggingServiceSuite.scala
##########
@@ -21,13 +21,17 @@ import java.net.InetAddress
import java.nio.file.Paths
import java.util.UUID
+import com.fasterxml.jackson.databind.ObjectMapper
import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.fs.{FileSystem, Path}
+import org.apache.kyuubi
Review comment:
I digged into scalafmt's source code and found that scalafmt always uses
the longest prefix to match import groups, eg, use prefix `org.apache.` of
`org,apache.kyuubi`.
I'm afraid we have to always use `org.apache.kyuubi._` instead of
`org.apache.kyuubi` to accommodate scalafmt.
--
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]