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


   ### What changes were proposed in this pull request?
   Spark already support `LIKE ALL` syntax, but it will throw 
`StackOverflowError` if there are many elements(more than 14378 elements). We 
should implement built-in function for LIKE ALL to fix this issue.
   
   
   ### Why are the changes needed?
   1.Fix the `StackOverflowError` issue.
   2.Support built-in function `like_all`.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   
   
   ### How was this patch tested?
   Jenkins test.
   


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

Reply via email to