hvanhovell commented on PR #47741:
URL: https://github.com/apache/spark/pull/47741#issuecomment-2286653424

   @panbingkun I have two questions:
   
   - We already have `array_position` which does something similar. Granted it 
is 1 based, and it does not return the position of where you could insert your 
data. Why do we need this?
   - The relies on the data being sorted. A less savy user does not understand 
this. Either the function will be hard to use, or we have to add this to the 
type system. How should we tackle this?


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