[jira] [Commented] (ARROW-12421) [Rust] [DataFusion] topk_query test fails in master

2021-04-16 Thread Jira


[ 
https://issues.apache.org/jira/browse/ARROW-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323867#comment-17323867
 ] 

Jorge Leitão commented on ARROW-12421:
--

I can’t reproduce this in my small vm, even if I use `.with_concurrency(50)` on 
the test. So, it seems it needs physical units to reproduce.


> [Rust] [DataFusion] topk_query test fails in master
> ---
>
> Key: ARROW-12421
> URL: https://issues.apache.org/jira/browse/ARROW-12421
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust - DataFusion
>Reporter: Andy Grove
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:java}
>  Running target/debug/deps/user_defined_plan-6b63acb904117235running 3 
> tests
> test topk_plan ... ok
> test topk_query ... FAILED
> test normal_query ... okfailures: 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
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
>  {code}



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


[jira] [Commented] (ARROW-12421) [Rust] [DataFusion] topk_query test fails in master

2021-04-16 Thread Andy Grove (Jira)


[ 
https://issues.apache.org/jira/browse/ARROW-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323818#comment-17323818
 ] 

Andy Grove commented on ARROW-12421:


This failure happens consistently on my 24 core Threadripper desktop running 
Ubuntu but I cannot reproduce it on my MacBook Pro or on my work PC (6 cores, 
also Ubuntu).

 

> [Rust] [DataFusion] topk_query test fails in master
> ---
>
> Key: ARROW-12421
> URL: https://issues.apache.org/jira/browse/ARROW-12421
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust - DataFusion
>Reporter: Andy Grove
>Priority: Major
>
> {code:java}
>  Running target/debug/deps/user_defined_plan-6b63acb904117235running 3 
> tests
> test topk_plan ... ok
> test topk_query ... FAILED
> test normal_query ... okfailures: 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
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
>  {code}



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