Skip to content

Commit

Permalink
Remove unnecessary change.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jul 22, 2015
1 parent f1d5901 commit b04d6c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,6 @@ private[sql] class SQLConf extends Serializable with CatalystConf {

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

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

private[spark] def defaultSizeInBytes: Long =
Expand Down

0 comments on commit b04d6c8

Please sign in to comment.