Skip to content

Commit 80df4dc

Browse files
committed
Address PR comment
1 parent 51187dc commit 80df4dc

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,6 +2667,7 @@ object SQLConf {
26672667

26682668
val BROADCAST_HASH_JOIN_OUTPUT_PARTITIONING_EXPAND_LIMIT =
26692669
buildConf("spark.sql.execution.broadcastHashJoin.outputPartitioningExpandLimit")
2670+
.internal()
26702671
.doc("The maximum number of partitionings that a HashPartitioning can be expanded to. " +
26712672
"This configuration is applicable only for inner joins and can be set to '0' to disable " +
26722673
"this feature.")

0 commit comments

Comments
 (0)