zhenjiaguo commented on a change in pull request #1378:
URL: https://github.com/apache/incubator-kyuubi/pull/1378#discussion_r755773776
##########
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 executed above commands on a newly cloned local repository, the
result seems fine.
>
>

Yes, it's OK. I mean, when we move down `import org.apahce.kyuubi` one line,
it's not ok. Because style check error.
I will use import `import org.apahce.kyuubi._` or other way to resolve it
later.
--
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]