diff --git a/kyuubi-server/src/test/scala/org/apache/kyuubi/events/EventLoggingServiceSuite.scala b/kyuubi-server/src/test/scala/org/apache/kyuubi/events/EventLoggingServiceSuite.scala index c38e5e533..42497879f 100644 --- a/kyuubi-server/src/test/scala/org/apache/kyuubi/events/EventLoggingServiceSuite.scala +++ b/kyuubi-server/src/test/scala/org/apache/kyuubi/events/EventLoggingServiceSuite.scala @@ -88,7 +88,7 @@ class EventLoggingServiceSuite extends WithKyuubiServer with JDBCTestUtils { } val eventPath = - Paths.get(logRoot.toString, "kyuubi-session", s"day=$currentDate") + Paths.get(logRoot.toString, "kyuubi_session", s"day=$currentDate") withSessionConf()(Map.empty)(Map("spark.sql.shuffle.partitions" -> "2")) { withJdbcStatement() { statement => val res = statement.executeQuery(