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 08999f9 commit 2bc9965Copy full SHA for 2bc9965
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/finishAnalysis.scala
@@ -30,7 +30,7 @@ import org.apache.spark.sql.types._
30
31
/**
32
* 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 :
+ * equivalent expressions that can be evaluated. Currently we replace two kinds of expressions:
34
* 1) [[RuntimeReplaceable]] expressions
35
* 2) [[UnevaluableAggregate]] expressions such as Every, Some, Any
36
* This is mainly used to provide compatibility with other databases.
0 commit comments