andygrove commented on pull request #7967:
URL: https://github.com/apache/arrow/pull/7967#issuecomment-674411085


   @jorgecarleitao This looks good but I have one concern/question. What 
happens if I declare a function with two args and both args can be Float32 or 
Float64, but when I call it, one arg is i8 and the other arg is f64? Would they 
both get cast to f64 in this case? or would one be cast to f32 and the other to 
f64? The latter would not work if the function requires both types to be the 
same.


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


Reply via email to