Skip to content

Commit 35282ee

Browse files
committed
Update comments
1 parent 16d33f6 commit 35282ee

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ object PushPredicateThroughNonJoin extends Rule[LogicalPlan] with PredicateHelpe
17111711
val aliasMap = getAliasMap(project)
17121712
project.copy(child = Filter(replaceAlias(condition, aliasMap), grandChild))
17131713

1714-
// Push [[Filter]] operators through [[Aggregate]] operators. Parts of the predicates that can
1714+
// Push `Filter` operators through `Aggregate` operators. Parts of the predicates that can
17151715
// be beneath must satisfy the following conditions:
17161716
// 1. Grouping expressions are not empty.
17171717
// 2. Predicate expression is deterministic.

0 commit comments

Comments
 (0)