Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-12362

[Rust] [DataFusion] topk_query test failure

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 5.0.0
    • Rust - DataFusion
    • None

    Description

      I'm seeing this locally with latest from master.

      ---- 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
       

      Attachments

        Activity

          People

            Unassigned Unassigned
            andygrove Andy Grove
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: