Commits


Dorian Kind authored and Sutou Kouhei committed 0e9285b28d3
ARROW-13053: [Python] Fix build issue with Homebrewed arrow library When installing `apache-arrow` via Homebrew on MacOS, the headers directory `/opt/homebrew/include/arrow` is a relative symlink to the actual headers (e.g. `../Cellar/apache-arrow/4.0.1/include/arrow`). Closes #10523 from ddoskind/arrow-13053 Authored-by: Dorian Kind <dorian.kind@webrepublic.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>