Skip to content

Commit

Permalink
[SQL]redundant methods for broadcast
Browse files Browse the repository at this point in the history
redundant methods for broadcast in ```TableReader```

Author: wangfei <[email protected]>

Closes #2862 from scwf/TableReader and squashes the following commits:

414cc24 [wangfei] unnecessary methods for broadcast
  • Loading branch information
scwf authored and JoshRosen committed Oct 21, 2014
1 parent 814a9cd commit 856b081
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ class HadoopTableReader(
private val _broadcastedHiveConf =
sc.sparkContext.broadcast(new SerializableWritable(hiveExtraConf))

def broadcastedHiveConf = _broadcastedHiveConf

def hiveConf = _broadcastedHiveConf.value.value

override def makeRDDForTable(hiveTable: HiveTable): RDD[Row] =
makeRDDForTable(
hiveTable,
Expand Down

0 comments on commit 856b081

Please sign in to comment.