Skip to content

Commit 6128664

Browse files
author
Andrew Or
committed
[HOTFIX] Add back intended change from SPARK-15392
This was accidentally reverted in f8d0177.
1 parent 2ef6457 commit 6128664

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • sql/core/src/main/scala/org/apache/spark/sql/internal

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,7 @@ private[sql] class SQLConf extends Serializable with CatalystConf with Logging {
595595

596596
def enableRadixSort: Boolean = getConf(RADIX_SORT_ENABLED)
597597

598-
def defaultSizeInBytes: Long =
599-
getConf(DEFAULT_SIZE_IN_BYTES, autoBroadcastJoinThreshold + 1L)
598+
def defaultSizeInBytes: Long = getConf(DEFAULT_SIZE_IN_BYTES, Long.MaxValue)
600599

601600
def isParquetBinaryAsString: Boolean = getConf(PARQUET_BINARY_AS_STRING)
602601

0 commit comments

Comments
 (0)