[
https://issues.apache.org/jira/browse/ARROW-12218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniël Heres updated ARROW-12218:
---------------------------------
Description:
TPC-H Query 6 gives a wrong result according to the test in the benchmarks.
{{{{TPCH_DATA=[..]/tpch-dbgen cargo test --release}}}}
{{ \{{ Query 6 iteration 0 took 6137.1 ms}}}}
{{ \{{ Query 6 avg time: 6137.09 ms}}}}
{{ \{{ thread 'tests::q6' panicked at 'assertion failed: `(left == right)`}}}}
{{ {{ left: `["123141078.23"]`,}}}}
{{ {{ right: `["75207768.18550001"]`', benchmarks/src/bin/tpch.rs:1684:17}}}}
[~alamb]
was:
TPC-H Query 6 gives a wrong result according to the test in the benchmarks.
{{TPCH_DATA=[..]/tpch-dbgen cargo test --release}}
{{ Query 6 iteration 0 took 6137.1 ms}}
{{ Query 6 avg time: 6137.09 ms}}
{{ thread 'tests::q6' panicked at 'assertion failed: `(left == right)`}}
{{ left: `["123141078.23"]`,}}
{{ right: `["75207768.18550001"]`', benchmarks/src/bin/tpch.rs:1684:17}}
[~alamb]
> [Rust][DataFusion] TPC-H Query 6 has a wrong result
> ---------------------------------------------------
>
> Key: ARROW-12218
> URL: https://issues.apache.org/jira/browse/ARROW-12218
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust - DataFusion
> Reporter: Daniël Heres
> Priority: Major
>
> TPC-H Query 6 gives a wrong result according to the test in the benchmarks.
> {{{{TPCH_DATA=[..]/tpch-dbgen cargo test --release}}}}
> {{ \{{ Query 6 iteration 0 took 6137.1 ms}}}}
> {{ \{{ Query 6 avg time: 6137.09 ms}}}}
> {{ \{{ thread 'tests::q6' panicked at 'assertion failed: `(left == right)`}}}}
> {{ {{ left: `["123141078.23"]`,}}}}
> {{ {{ right: `["75207768.18550001"]`', benchmarks/src/bin/tpch.rs:1684:17}}}}
> [~alamb]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)