Skip to content

Commit 878beb0

Browse files
committed
fix
1 parent 8bd9ef9 commit 878beb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import org.apache.spark.sql.catalyst.rules.Rule
2424
import org.apache.spark.sql.types.BooleanType
2525

2626
/**
27-
* A rule that converting conditional expressions to predicate expressions, if possible, in the
27+
* A rule that converts conditional expressions to predicate expressions, if possible, in the
2828
* search condition of the WHERE/HAVING/ON(JOIN) clauses, which contain an implicit Boolean operator
2929
* "(search condition) = TRUE". After this converting, we can potentially push the filter down to
3030
* the data source.

0 commit comments

Comments
 (0)