Skip to content

Commit 856b081

Browse files
scwfJoshRosen
authored andcommitted
[SQL]redundant methods for broadcast
redundant methods for broadcast in ```TableReader``` Author: wangfei <[email protected]> Closes apache#2862 from scwf/TableReader and squashes the following commits: 414cc24 [wangfei] unnecessary methods for broadcast
1 parent 814a9cd commit 856b081

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ class HadoopTableReader(
6767
private val _broadcastedHiveConf =
6868
sc.sparkContext.broadcast(new SerializableWritable(hiveExtraConf))
6969

70-
def broadcastedHiveConf = _broadcastedHiveConf
71-
72-
def hiveConf = _broadcastedHiveConf.value.value
73-
7470
override def makeRDDForTable(hiveTable: HiveTable): RDD[Row] =
7571
makeRDDForTable(
7672
hiveTable,

0 commit comments

Comments
 (0)