Skip to content

Commit 2f5c55e

Browse files
authored
Update SQLConf.scala
1 parent 11e2b8a commit 2f5c55e

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ object SQLConf {
17171717
"and java.sql.Date are used for the same purpose.")
17181718
.booleanConf
17191719
.createWithDefault(false)
1720-
1720+
17211721
val MAX_REPEATED_ALIAS_SIZE =
17221722
buildConf("spark.sql.maxRepeatedAliasSize")
17231723
.internal()

0 commit comments

Comments
 (0)