Skip to content

Commit 84aed2f

Browse files
committed
.legacy. -> spark.sql.legacy.
1 parent 111635d commit 84aed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/internal/SQLConfSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class SQLConfSuite extends QueryTest with SharedSparkSession {
454454

455455
test("SPARK-34454: configs from the legacy namespace should be internal") {
456456
val nonInternalLegacyConfigs = spark.sessionState.conf.getAllDefinedConfs
457-
.filter { case (key, _, _, _) => key.contains(".legacy.") }
457+
.filter { case (key, _, _, _) => key.contains("spark.sql.legacy.") }
458458
assert(nonInternalLegacyConfigs.isEmpty,
459459
s"""
460460
|Non internal legacy SQL configs:

0 commit comments

Comments
 (0)