We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2543455 commit 4052912Copy full SHA for 4052912
1 file changed
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1535,8 +1535,8 @@ object SQLConf {
1535
.createWithDefaultString(s"${5 * 60}")
1536
1537
val MAX_BROADCAST_TABLE_SIZE = buildConf("spark.sql.maxBroadcastTableSize")
1538
- .doc("The maximum table size that can be broadcast in broadcast joins.")
1539
- .version("4.0.0")
+ .doc("The maximum table size in bytes that can be broadcast in broadcast joins.")
+ .version("4.1.0")
1540
.bytesConf(ByteUnit.BYTE)
1541
.createWithDefault(8L << 30)
1542
0 commit comments