Skip to content

Commit 2c0bf9e

Browse files
committed
dummy change
1 parent fbbe37e commit 2c0bf9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SparkSessionBuilderSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ class SparkSessionBuilderSuite extends SparkFunSuite {
7272
assert(SQLConf.get.getConfString("spark-config2") == "a")
7373
SparkSession.clearActiveSession()
7474

75+
val m = "dummy change"
76+
7577
assert(SparkSession.builder().getOrCreate() == defaultSession)
7678
SparkSession.clearDefaultSession()
7779
}

0 commit comments

Comments
 (0)