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 f23133f commit e1d6386Copy full SHA for e1d6386
sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala
@@ -143,7 +143,7 @@ class HadoopTableReader(
143
Class[_ <: Deserializer]],
144
filterOpt: Option[PathFilter]): RDD[Row] = {
145
146
- //SPARK-5068:get FileStatus and do the filtering locally when the path is not exists
+ // SPARK-5068:get FileStatus and do the filtering locally when the path is not exists
147
def verifyPartitionPath(
148
partitionToDeserializer: Map[HivePartition, Class[_ <: Deserializer]]):
149
Map[HivePartition, Class[_ <: Deserializer]] = {
0 commit comments