Commits


Sutou Kouhei authored and GitHub committed 23a7a159877
GH-14943: [Python] Fix pyarrow.get_libraries() order (#14944) pyarrow.get_libraries() returns ['arrow', 'arrow_python'] but it should be ['arrow_python', 'arrow'] because libarrow_python.so depends on libarrow.so. * Closes: #14943 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>