Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scala style
Browse files Browse the repository at this point in the history
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
@@ -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]] = {

0 comments on commit e1d6386

Please sign in to comment.