jorgecarleitao opened a new pull request #8108:
URL: https://github.com/apache/arrow/pull/8108


   The background of this error is that we currently use 
`numerical_coercion(lhs, rhs)` function to check if a coercion rule applies, 
but that function tries to come up with a common type between lhs and rhs. We 
should be using the function `can_coerce_from` to check if a cast can be 
performed.
   
   This commit fixes 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to