Commits


mubai authored and Sutou Kouhei committed 796b050fdec
ARROW-9700: [Python] fix create_library_symlinks for macos If there is any `.` is included in path such as `/Users/xxx/anaconda3/envs/ray/lib/python3.6/site-packages/pyarrow/libarrow.100.dylib`, the current implementation generates wrong symlink path such as `/Users/xxx/anaconda3/envs/ray/lib/python3.dylib`. Closes #7937 from chaokunyang/ARROW-9700 Authored-by: mubai <chaokun.yck@antfin.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>