Commits

Wes McKinney authored 8309556c7d2
ARROW-1556: [C++] Move verbose AssertArraysEqual function used in PARQUET-1100 into arrow/test-util.h We already had a variant of this in compute-test.cc, so this consolidates the code and makes it easier for thirdparty arrow users Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #1175 from wesm/ARROW-1556 and squashes the following commits: 0605b466 [Wes McKinney] Move verbose AssertArraysEqual function from PARQUET-1100 into arrow/test-util.h