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

[jira] [Resolved] (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 ]

Paddy Horan resolved ARROW-9910.
--------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

Issue resolved by pull request 8108
[https://github.com/apache/arrow/pull/8108]

> [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
>             Fix For: 2.0.0
>
>          Time Spent: 0.5h
>  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)