Commits


Micah Kornfield authored and Antoine Pitrou committed ac4279c3b6b
ARROW-11904: [C++] Try to fix crash on test tear down Given the stack trace it seems like constructing and letting the record batch out of scope should be sufficient. I don't have docker easily accessible (is there a way to trigger with github actions?) Closes #9661 from emkornfield/fix_test Authored-by: Micah Kornfield <micahk@google.com> Signed-off-by: Antoine Pitrou <antoine@python.org>