AngersZhuuuu commented on pull request #30243:
URL: https://github.com/apache/spark/pull/30243#issuecomment-722892310


   > Probably, `arrays_contains(array(1, 2, 3), 2) AND arrays_contains(array(1, 
2, 3), 3) `?
   
   First, if  `arrays_contains_array(array(1, 2, 3, ....), array(1, 2, 3,  4,  
5, 6, .....)`,  It's not elegant to write them one by one. 
   Second, for each  `arrays_contains` we need to traversal array repeatedly.  
In `arrays_contains_array` we can just traversal onece.
   
   
   
   


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