Skip to content

Commit b04d6c8

Browse files
committed
Remove unnecessary change.
1 parent f1d5901 commit b04d6c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,6 @@ private[sql] class SQLConf extends Serializable with CatalystConf {
480480

481481
private[spark] def useSqlSerializer2: Boolean = getConf(USE_SQL_SERIALIZER2)
482482

483-
/**
484-
* Upper bound on the sizes (in bytes) of the tables qualified for the auto conversion to
485-
* a broadcast value during the physical executions of join operations. Setting this to -1
486-
* effectively disables auto conversion.
487-
*
488-
* Hive setting: hive.auto.convert.join.noconditionaltask.size, whose default value is 10000.
489-
*/
490483
private[spark] def autoBroadcastJoinThreshold: Int = getConf(AUTO_BROADCASTJOIN_THRESHOLD)
491484

492485
private[spark] def defaultSizeInBytes: Long =

0 commit comments

Comments
 (0)