beliefer opened a new pull request, #37458:
URL: https://github.com/apache/spark/pull/37458

   ### What changes were proposed in this pull request?
   Currently, Spark have many string expressions support binary type, but 
missing examples of binary.
   
   This PR will add examples of binary for some string expressions show below.
   `Elt`
   `Contains`
   `StartsWith`
   `EndsWith`
   `StringLPad`
   `StringRPad`
   `Substring`
   `Left`
   `Length`
   `BitLength`
   `OctetLength`
   `Base64`
   
   ### Why are the changes needed?
   Add binary examples for string expressions
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   Just update the document for some string expressions.
   
   
   ### How was this patch tested?
   `ExpressionInfoSuite`
   


-- 
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