You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/03 19:24:45 UTC

[GitHub] [arrow] lidavidm commented on pull request #10390: ARROW-12751: [C++] Implement minimum/maximum kernels

lidavidm commented on pull request #10390:
URL: https://github.com/apache/arrow/pull/10390#issuecomment-854119096


   > @lidavidm could you briefly describe what happens here if the arrays passed to these kernels have different but comparable data types such as one array of doubles and one array of integers?
   
   For numeric/temporal types, all arrays will be cast to a common compatible type, much the same as with arithmetic kernels (e.g. for doubles + integers, all values will be cast to doubles).


-- 
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:
users@infra.apache.org