Weston Pace created ARROW-10922:
-----------------------------------
Summary: [C++] Test utility PrintArrayDiff prints a different
style when arrays differ in length
Key: ARROW-10922
URL: https://issues.apache.org/jira/browse/ARROW-10922
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Weston Pace
For example, when comparing (expected) `[1, 2, 3]` with (actual) `[1, 2]` I
would expect something like...
Unequal at absolute position 2 <missing>
Expected:
- 2
Actual:
- <missing>
Instead, the message is "Expected length 3 but was actually 2"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)