Commits


David Li authored and Micah Kornfield committed 264dc56c93a
ARROW-5160: [C++] Don't evaluate expression twice in ABORT_NOT_OK This manifested itself as an abort in gRPC/Flight, as this macro was causing `WritesDone` to be called twice on a `ClientWriter`. Author: David Li <li.davidm96@gmail.com> Closes #4139 from lihalite/arrow-5160-abort-not-ok and squashes the following commits: b063742f <David Li> Don't evaluate expression twice in ABORT_NOT_OK