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 de7c398 commit caea82aCopy full SHA for caea82a
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
@@ -1357,7 +1357,7 @@ class AstBuilder(conf: SQLConf) extends SqlBaseBaseVisitor[AnyRef] with Logging
1357
* Add a predicate to the given expression. Supported expressions are:
1358
* - (NOT) BETWEEN
1359
* - (NOT) IN
1360
- * - (NOT) LIKE (ANY | SOME)
+ * - (NOT) LIKE (ANY | ALL)
1361
* - (NOT) RLIKE
1362
* - IS (NOT) NULL.
1363
* - IS (NOT) (TRUE | FALSE | UNKNOWN)
0 commit comments