You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge (Jira)" <ji...@apache.org> on 2020/09/03 17:57:00 UTC

[jira] [Created] (ARROW-9910) [Rust] [DataFusion] Type coercion of Variadic is wrong

Jorge created ARROW-9910:
----------------------------

             Summary: [Rust] [DataFusion] Type coercion of Variadic is wrong
                 Key: ARROW-9910
                 URL: https://issues.apache.org/jira/browse/ARROW-9910
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust, Rust - DataFusion
            Reporter: Jorge
            Assignee: Jorge


Specifically, the case

 
{code:java}
            // common type is u64
            case(
                vec![DataType::UInt32, DataType::UInt64],
                Signature::Variadic(vec![DataType::UInt32, DataType::UInt64]),
                vec![DataType::UInt64, DataType::UInt64],
            )?,
{code}
fails.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)