Skip to content

Commit 11d138b

Browse files
committed
Set smaller default config value for SHJ
1 parent 43a59b9 commit 11d138b

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
@@ -2676,7 +2676,7 @@ object SQLConf {
26762676
.version("3.1.0")
26772677
.intConf
26782678
.checkValue(_ > 0, "The difference must be positive.")
2679-
.createWithDefault(4)
2679+
.createWithDefault(2)
26802680

26812681
/**
26822682
* Holds information about keys that have been deprecated.

0 commit comments

Comments
 (0)