Commits


Antoine Pitrou authored and Jonathan Keane committed f1600538634
ARROW-13041: [C++] Ensure unary kernels zero-initialize data behind null entries This avoids unwillingly leaking private data in the output of unary kernels such as "negate_checked". Closes #10508 from pitrou/ARROW-13041-unary-kernel-null Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Jonathan Keane <jkeane@gmail.com>