maropu commented on a change in pull request #28339:
URL: https://github.com/apache/spark/pull/28339#discussion_r414983887



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/SparkSessionBuilderSuite.scala
##########
@@ -157,28 +157,28 @@ class SparkSessionBuilderSuite extends SparkFunSuite with 
BeforeAndAfterEach {
     "spark context conf values in SessionState") {
     val session = SparkSession.builder()
       .master("local")
-      .config(GLOBAL_TEMP_DATABASE.key, value = "globalTempDB-SPARK-31234")
+      .config(GLOBAL_TEMP_DATABASE.key, value = "globaltempdb-spark-31234")

Review comment:
       Need this one? Dropping this is okay to me though.




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

Reply via email to