Commits

Antoine Pitrou authored 1b7e396721a
ARROW-11970: [C++][CI] Fix Valgrind error in arrow-csv-test Fix the uninitialized read error when trying to represent the write test parameters. The uninitialized read error due to fast_float will be separately fixed by bumping the vendored fast_float version (ARROW-11833). Closes #9711 from pitrou/ARROW-11833-csv-valgring Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>