AngersZhuuuu opened a new pull request #34786:
URL: https://github.com/apache/spark/pull/34786
### What changes were proposed in this pull request?
Update expression desc of `CONTAINS()` string function to
```
_FUNC_(expr1, expr2) - Returns a BOOLEAN. The value is True if right is
found inside left.
Returns NULL if either input expression is NULL. Otherwise, returns
False.
```
make it more clear
### Why are the changes needed?
Make function description more clear
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existed UT
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]