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

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

     [ https://issues.apache.org/jira/browse/ARROW-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-9910:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)