Skip to content

Commit

Permalink
fix scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyman500 committed Mar 18, 2015
1 parent f23133f commit e1d6386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class HadoopTableReader(
Class[_ <: Deserializer]],
filterOpt: Option[PathFilter]): RDD[Row] = {

//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
def verifyPartitionPath(
partitionToDeserializer: Map[HivePartition, Class[_ <: Deserializer]]):
Map[HivePartition, Class[_ <: Deserializer]] = {
Expand Down

0 comments on commit e1d6386

Please sign in to comment.