Skip to content

Commit 752b8de

Browse files
committed
style fix
1 parent c628daf commit 752b8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/Exchange.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private[sql] case class EnsureRequirements(sqlContext: SQLContext) extends Rule[
269269
operator.withNewChildren(newChildren)
270270
}
271271

272-
def apply(plan: SparkPlan): SparkPlan = plan.transformUp {
272+
def apply(plan: SparkPlan): SparkPlan = plan.transformUp {
273273
case operator: SparkPlan =>
274274
ensureDistributionAndOrdering(ensureChildNumPartitionsAgreementIfNecessary(operator))
275275
}

0 commit comments

Comments
 (0)