We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51187dc commit 80df4dcCopy full SHA for 80df4dc
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -2667,6 +2667,7 @@ object SQLConf {
2667
2668
val BROADCAST_HASH_JOIN_OUTPUT_PARTITIONING_EXPAND_LIMIT =
2669
buildConf("spark.sql.execution.broadcastHashJoin.outputPartitioningExpandLimit")
2670
+ .internal()
2671
.doc("The maximum number of partitionings that a HashPartitioning can be expanded to. " +
2672
"This configuration is applicable only for inner joins and can be set to '0' to disable " +
2673
"this feature.")
0 commit comments