File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments