Skip to content

Commit 2bc9965

Browse files
committed
fix
1 parent 08999f9 commit 2bc9965

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/finishAnalysis.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import org.apache.spark.sql.types._
3030

3131
/**
3232
* Finds all the expressions that are unevaluable and replace/rewrite them with semantically
33-
* equivalent expressions that can be evaluated. Currently we replace two kinds of expressions :
33+
* equivalent expressions that can be evaluated. Currently we replace two kinds of expressions:
3434
* 1) [[RuntimeReplaceable]] expressions
3535
* 2) [[UnevaluableAggregate]] expressions such as Every, Some, Any
3636
* This is mainly used to provide compatibility with other databases.

0 commit comments

Comments
 (0)