Commits


Percy Camilo Triveño Aucahuasi authored and GitHub committed d7258aa1ee6
ARROW-17686: [C++] Add custom ToPrint to AsofJoinBasicTest (#14172) Add a simple printer compatible with [gtest printers](https://github.com/google/googletest/blob/main/googletest/include/gtest/gtest-printers.h), hopefully this will solve some issues with valgrind (3.13.0) on ubuntu 18.04 running the unit test `arrow-compute-asof-join-node-test`. Jira ticket: https://issues.apache.org/jira/browse/ARROW-17686 Authored-by: Percy Camilo Triveño Aucahuasi <percy.camilo.ta@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>