You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/04/14 23:40:02 UTC

[jira] [Updated] (ARROW-12362) [Rust] [DataFusion] topk_query test failure

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

Neal Richardson updated ARROW-12362:
------------------------------------
    Fix Version/s:     (was: 4.0.0)
                   5.0.0

> [Rust] [DataFusion] topk_query test failure
> -------------------------------------------
>
>                 Key: ARROW-12362
>                 URL: https://issues.apache.org/jira/browse/ARROW-12362
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Priority: Major
>             Fix For: 5.0.0
>
>
> I'm seeing this locally with latest from master.
> {code:java}
> ---- topk_query stdout ----
> thread 'topk_query' panicked at 'assertion failed: `(left == right)`
>   left: `["+-------------+---------+", "| customer_id | revenue |", "+-------------+---------+", "| paul        | 300     |", "| jorge       | 200     |", "| andy        | 150     |", "+-------------+---------+"]`,
>  right: `["++", "||", "++", "++"]`: output mismatch for Topk context. Expectedn
> +-------------+---------+
> | customer_id | revenue |
> +-------------+---------+
> | paul        | 300     |
> | jorge       | 200     |
> | andy        | 150     |
> +-------------+---------+Actual:
> ++
> ||
> ++
> ++
> ', datafusion/tests/user_defined_plan.rs:133:5
>  {code}



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