We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e0023 commit f23133fCopy full SHA for f23133f
sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala
@@ -180,7 +180,8 @@ class HadoopTableReader(
180
}
181
182
183
- val hivePartitionRDDs = verifyPartitionPath(partitionToDeserializer).map {
+ val hivePartitionRDDs = verifyPartitionPath(partitionToDeserializer)
184
+ .map { case (partition, partDeserializer) =>
185
val partDesc = Utilities.getPartitionDesc(partition)
186
val partPath = HiveShim.getDataLocationPath(partition)
187
val inputPathStr = applyFilterIfNeeded(partPath, filterOpt)
0 commit comments