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

   > is it possible to implement this expression with `StaticInvoke`? We can 
add a bunch of overloads that are specified for variant primitive types.
   
   @cloud-fan 
   Through investigation, I found that for `primitive types`, we `can` do it, 
but for `non primitive types`, it seems that we need to follow the following 
code style to complete it (because the `Comparator` method seems to be 
`different` for `non primitive types`)
   <img width="732" alt="image" 
src="https://github.com/user-attachments/assets/3aaa26a2-da31-4acb-831f-33c4531b01c6";>
   
   Are we going to do 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