Commits


Kazuaki Ishizaki authored and François Saint-Jacques committed 62d20551e62
ARROW-8932: [C++][CI] Fix link error at arrow-orc-adapter-test This PR changes the orders of libraries at `arrow-orc-adapter-test` based on https://stackoverflow.com/questions/19901934/libpthread-so-0-error-adding-symbols-dso-missing-from-command-line. The new order will be the library (`liborc.a`) that requests symbol, and then libraries that have requested symbols. Closes #7266 from kiszk/ARROW-8932 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: François Saint-Jacques <fsaintjacques@gmail.com>