panbingkun commented on code in PR #41659:
URL: https://github.com/apache/spark/pull/41659#discussion_r1234554772


##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -3947,10 +3947,6 @@ object functions {
    * Returns a boolean. The value is True if str ends with suffix. Returns 
NULL if either input
    * expression is NULL. Otherwise, returns False. Both str or suffix must be 
of STRING type.

Review Comment:
   ```suggestion
      * expression is NULL. Otherwise, returns False. Both str or suffix 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]

Reply via email to