Commits

Antoine Pitrou authored ab467255b6b
ARROW-12768: [C++] Stricter signed zero comparison in tests Add a new parameter to EqualOptions() to choose whether signed zeros should compare equal. Ensure that said parameter is set to false in unit tests. Closes #11940 from pitrou/ARROW-12768-signed-zeros Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>