Commits


Wes McKinney authored and Korn, Uwe committed d6b9dc2d12a
ARROW-3072: [C++] Add RETURN_NOT_OK linting rule, use ARROW_RETURN_NOT_OK in header files This also checks whether `RETURN_NOT_OK` is defined in case another codebase exposes such a define in its headers and is included first Author: Wes McKinney <wesm+git@apache.org> Closes #2568 from wesm/ARROW-3072 and squashes the following commits: a729b691 <Wes McKinney> Add RETURN_NOT_OK linting rule, use ARROW_RETURN_NOT_OK in header files