pan3793 commented on a change in pull request #1378:
URL: https://github.com/apache/incubator-kyuubi/pull/1378#discussion_r754912301



##########
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:
       IDEA => Preferences => Editor => Code Style => Scala => Change Schema to 
Project, change Formatter to scalafmt, then you can use ⌥ ⌘ L to format code & 
reorder imports. Notes, ⌃ ⌥ O doesn't respect `scalafmt.conf`, which will break 
the import order




-- 
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]


Reply via email to