Skip to content

Commit e1d6386

Browse files
committed
fix scala style
1 parent f23133f commit e1d6386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class HadoopTableReader(
143143
Class[_ <: Deserializer]],
144144
filterOpt: Option[PathFilter]): RDD[Row] = {
145145

146-
//SPARK-5068:get FileStatus and do the filtering locally when the path is not exists
146+
// SPARK-5068:get FileStatus and do the filtering locally when the path is not exists
147147
def verifyPartitionPath(
148148
partitionToDeserializer: Map[HivePartition, Class[_ <: Deserializer]]):
149149
Map[HivePartition, Class[_ <: Deserializer]] = {

0 commit comments

Comments
 (0)