Commits

Wes McKinney authored b731b583e87
PARQUET-1471: [C++] TypedStatistics<T>::UpdateSpaced reads out of bounds value when there are more definition levels than spaced values This bug arose in https://github.com/apache/arrow/pull/3074 as a result of random data changing Author: Wes McKinney <wesm+git@apache.org> Closes #3114 from wesm/PARQUET-1471 and squashes the following commits: 4108d8e60 <Wes McKinney> MSVC was including src/parquet/arrow/test-util.h instead of src/arrow/test-util.h 755c9905f <Wes McKinney> Add missing include guard to parquet/arrow/test-util.h 8410efa6a <Wes McKinney> Unit test reproducing valgrind error on optional list 6632f7cd2 <Wes McKinney> Fix out of bounds access when updating column statistics when max_definition_level > 1