Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Aug 6, 2015
1 parent c628daf commit 752b8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private[sql] case class EnsureRequirements(sqlContext: SQLContext) extends Rule[
operator.withNewChildren(newChildren)
}

def apply(plan: SparkPlan): SparkPlan = plan.transformUp {
def apply(plan: SparkPlan): SparkPlan = plan.transformUp {
case operator: SparkPlan =>
ensureDistributionAndOrdering(ensureChildNumPartitionsAgreementIfNecessary(operator))
}
Expand Down

0 comments on commit 752b8de

Please sign in to comment.