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

[Rust] [DataFusion] topk_query test fails in master

    XMLWordPrintableJSON

Details

    Description

           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
       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 1h 50m
                1h 50m