Commits


David Li authored and Antoine Pitrou committed 3cacc859fe8
ARROW-14247: [C++] Fix Valgrind errors in parquet-arrow-test Googletest prints all test parameter objects up front. When there's no custom printer defined, it just prints the bytes of the struct. This happened to go into uninitialized memory in (apparently) std::string, tripping Valgrind. See a discussion by Chromium developers on a similar issue: https://bugs.chromium.org/p/chromium/issues/detail?id=64887 Closes #11356 from lidavidm/arrow-14247 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>