File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sql/hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,13 @@ class HadoopTableReader(
111111
112112 // Create local references to member variables, so that the entire `this` object won't be
113113 // serialized in the closure below.
114- val localTableDesc = tableDesc
115114 val broadcastedHadoopConf = _broadcastedHadoopConf
116115
117116 val tablePath = hiveTable.getPath
118117 val inputPathStr = applyFilterIfNeeded(tablePath, filterOpt)
119118
120119 val locationPath = new Path (inputPathStr)
121- val fs = locationPath.getFileSystem(broadcastedHadoopConf .value.value)
120+ val fs = locationPath.getFileSystem(_broadcastedHadoopConf .value.value)
122121
123122 // if the location of the table which is not created by 'stored by' does not exist,
124123 // return an empty RDD
You can’t perform that action at this time.
0 commit comments