maomaodev commented on code in PR #7378:
URL: https://github.com/apache/kyuubi/pull/7378#discussion_r3032158074


##########
extensions/spark/kyuubi-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveTableCatalog.scala:
##########
@@ -488,6 +488,33 @@ class HiveTableCatalog(sparkSession: SparkSession)
       }
     }
 
+  /**
+   * Returns the default database path with catalog-level warehouse 
configuration precedence.
+   *
+   * This method resolves the database path using the following priority order:
+   *   1. Catalog-level `spark.sql.catalog.<catalog>.spark.sql.warehouse.dir`
+   *   2. Catalog-level 
`spark.sql.catalog.<catalog>.hive.metastore.warehouse.dir`
+   *   3. Global-level `spark.sql.warehouse.dir` (Underlying)

Review Comment:
   ok, already update



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to