Commits


Antoine Pitrou authored and GitHub committed fd57b7ae1cc
GH-38304: [C++][Parquet] Fix Valgrind memory leak in arrow-dataset-file-parquet-encryption-test (#38306) If OpenSSL initializes itself from a non-main thread, it can fail deallocating all memory at shutdown. This is really a benign leak, but we don't want any spurious CI errors. * Closes: #38304 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>