You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTableCatalog.scala
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -492,22 +492,17 @@ class HiveTableCatalog(sparkSession: SparkSession)
492
492
* Returns the default database path with catalog-level warehouse configuration precedence.
493
493
*
494
494
* This method resolves the database path using the following priority order:
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-connector-hive/src/test/scala/org/apache/kyuubi/spark/connector/hive/HiveCatalogSuite.scala
+20-22Lines changed: 20 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -380,28 +380,26 @@ class HiveCatalogSuite extends KyuubiHiveTest {
380
380
}
381
381
382
382
test("createNamespace location: use catalog-level warehouse dir") {
0 commit comments