panbingkun commented on code in PR #41659:
URL: https://github.com/apache/spark/pull/41659#discussion_r1234555175
##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -3961,10 +3957,6 @@ object functions {
* Returns a boolean. The value is True if str starts with prefix. Returns
NULL if either input
* expression is NULL. Otherwise, returns False. Both str or prefix must be
of STRING type.
Review Comment:
```suggestion
* expression is NULL. Otherwise, returns False. Both str or prefix must
be of STRING or BINARY type..
```
--
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]