Commits

Antoine Pitrou authored 0cb4c8fadff
MINOR: [C++][CI] Fix Valgrind error in parquet-arrow-test The issue is a benign read from uninitialized value when GTest tries to print out a NestedFilterTestCase instance. Closes #11400 from pitrou/minor-valgrind-parquet Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>