We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ab8b5 commit 2f55ec0Copy full SHA for 2f55ec0
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
@@ -1451,6 +1451,7 @@ object PushPredicateThroughJoin extends Rule[LogicalPlan] with PredicateHelper {
1451
}
1452
1453
/**
1454
+ * This rule optimizes Limit operators by:
1455
* 1. Eliminate [[Limit]] operators if it's child max row <= limit.
1456
* 2. Combines two adjacent [[Limit]] operators into one, merging the
1457
* expressions into one single expression.
0 commit comments