Skip to content

Commit

Permalink
Fixes style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed May 12, 2015
1 parent ce52353 commit 422ff4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ private[sql] object DataSourceStrategy extends Strategy {
mergePartitionValues(output, partitionValues, scan)
}

val unionedRows = perPartitionRows.reduceOption(_ ++ _).getOrElse(relation.sqlContext.emptyResult)
val unionedRows =
perPartitionRows.reduceOption(_ ++ _).getOrElse(relation.sqlContext.emptyResult)
createPhysicalRDD(logicalRelation.relation, output, unionedRows)
}

Expand Down

0 comments on commit 422ff4a

Please sign in to comment.