Skip to content

[Rust] [DataFusion] topk_query test fails in master #28211

Description

@asfimport
Runningtarget/debug/deps/user_defined_plan-6b63acb904117235running3teststesttopk_plan ... oktesttopk_query ... FAILEDtestnormal_query ... okfailures:---- topk_querystdout ----
thread'topk_query'panickedat '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

Reporter: Andy Grove / @andygrove
Assignee: Andy Grove / @andygrove

PRs and other links:

Note: This issue was originally created as ARROW-12421. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions