Commits


Weston Pace authored and Benjamin Kietzman committed cbb1ed5d39f
ARROW-10852 [C++] AssertTablesEqual(verbose=true) segfaults if the le… …ft array has more rows * Extracted printing logic to its own method (PrintDiff) so a failure case could be tested without triggering assert. * If the arrays are unequal then the print method returns a message stating as much and MultipleChunkIterator is unused. Closes #8922 from westonpace/bugfix/arrow-10852 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>