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 2020/09/03 18:00:04 UTC

[GitHub] [arrow] jorgecarleitao opened a new pull request #8108: ARROW-9910: [Rust][DataFusion] Fixed error in type coercion of Variadic.

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



[GitHub] [arrow] jorgecarleitao commented on pull request #8108: ARROW-9910: [Rust][DataFusion] Fixed error in type coercion of Variadic.

Posted by GitBox <gi...@apache.org>.
jorgecarleitao commented on pull request #8108:
URL: https://github.com/apache/arrow/pull/8108#issuecomment-687270180


   FYI @alamb , @andygrove 


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8108: ARROW-9910: [Rust][DataFusion] Fixed error in type coercion of Variadic.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8108:
URL: https://github.com/apache/arrow/pull/8108#issuecomment-686659930


   https://issues.apache.org/jira/browse/ARROW-9910


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



[GitHub] [arrow] paddyhoran closed pull request #8108: ARROW-9910: [Rust][DataFusion] Fixed error in type coercion of Variadic.

Posted by GitBox <gi...@apache.org>.
paddyhoran closed pull request #8108:
URL: https://github.com/apache/arrow/pull/8108


   


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