maropu commented on a change in pull request #31008:
URL: https://github.com/apache/spark/pull/31008#discussion_r551756682
##########
File path: docs/sql-ref-syntax-qry-select-like.md
##########
@@ -21,12 +21,14 @@ license: |
### Description
-A LIKE predicate is used to search for a specific pattern.
+A LIKE predicate is used to search for a specific pattern. LIKE predicate also
supports multiple patterns with quantifiers include `ANY`, `SOME` and `ALL`.
Review comment:
> LIKE predicate also supports multiple patterns with quantifiers
include `ANY`, `SOME` and `ALL`.
IMO we don't need to describe what the syntax is in the `Description`
section and the statement in L32 and L51-53 is enough for users.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]