Commits


Keith Kraus authored and Antoine Pitrou committed 895f85fd327
ARROW-13602: [C++] Fix strict aliasing warning in bit util test Avoid raw pointer casts and use a safe construct instead. Closes #10945 from kkraus14/fix_strict_aliasing_tests Authored-by: Keith Kraus <3665167+kkraus14@users.noreply.github.com> Signed-off-by: Antoine Pitrou <antoine@python.org>