Commits


David Li authored and Antoine Pitrou committed 318dcae52b4
ARROW-13605: [C++] Capture node with shared_ptr to avoid TSan warning TSan notes a race between Increment and ~GroupByNode; I *think* this is bogus, but better to be safe. Closes #10919 from lidavidm/arrow-13605 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>