cloud-fan commented on a change in pull request #30978:
URL: https://github.com/apache/spark/pull/30978#discussion_r550193015
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/SparkSessionBuilderSuite.scala
##########
@@ -386,4 +386,19 @@ class SparkSessionBuilderSuite extends SparkFunSuite with
BeforeAndAfterEach {
assert(spark2.conf.get(custom) === "c2")
}
+
+ private val msg = "Not allowing to set hive.metastore.warehouse.dir in
SparkSession's options"
+
+ test(msg) {
Review comment:
let's use string literal as test name ` SPARK-33944: set
hive.metastore.warehouse.dir using session options`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]