Skip to content

Commit ff11997

Browse files
author
yangyx
committed
HiveFileStatusCache unit test
1 parent a78a733 commit ff11997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/spark/kyuubi-spark-connector-hive/src/test/scala/org/apache/kyuubi/spark/connector/hive/HiveFileStatusCacheSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class HiveFileStatusCacheSuite extends KyuubiHiveTest {
9090
val properties = Maps.newHashMap[String, String]()
9191
properties.put("javax.jdo.option.ConnectionURL", "jdbc:derby:memory:memorydb;create=true")
9292
properties.put("javax.jdo.option.ConnectionDriverName", "org.apache.derby.jdbc.EmbeddedDriver")
93-
catalog.initialize(super.catalogName, new CaseInsensitiveStringMap(properties))
93+
catalog.initialize(catalogName, new CaseInsensitiveStringMap(properties))
9494
catalog
9595
}
9696

0 commit comments

Comments
 (0)