Commits


Antoine Pitrou authored and Korn, Uwe committed 4c71f309041
ARROW-2390: [C++/Python] Map Python exceptions to Arrow status codes Instead of always returning an "unknown error" status code when a Python exception is raised, we can easily discriminate and return e.g. a TypeError status code when a Python TypeError is raised, etc. Author: Antoine Pitrou <antoine@python.org> Closes #1916 from pitrou/ARROW-2390-check-py-error and squashes the following commits: 8f385b79 <Antoine Pitrou> Fix test on Python 2.7 f4a5b01f <Antoine Pitrou> ARROW-2390: Map Python exceptions to Arrow status codes