Skip to content

Commit caea82a

Browse files
authored
SOME -> ALL
1 parent de7c398 commit caea82a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ class AstBuilder(conf: SQLConf) extends SqlBaseBaseVisitor[AnyRef] with Logging
13571357
* Add a predicate to the given expression. Supported expressions are:
13581358
* - (NOT) BETWEEN
13591359
* - (NOT) IN
1360-
* - (NOT) LIKE (ANY | SOME)
1360+
* - (NOT) LIKE (ANY | ALL)
13611361
* - (NOT) RLIKE
13621362
* - IS (NOT) NULL.
13631363
* - IS (NOT) (TRUE | FALSE | UNKNOWN)

0 commit comments

Comments
 (0)