kou commented on PR #47148: URL: https://github.com/apache/arrow/pull/47148#issuecomment-3115592048
Ah, we may not need `liborc.a` here because `file_orc_test.cc` doesn't use ORC API directly: ```diff diff --git a/cpp/src/arrow/dataset/CMakeLists.txt b/cpp/src/arrow/dataset/CMakeLists.txt index d87afdf5bd..fa6875527d 100644 --- a/cpp/src/arrow/dataset/CMakeLists.txt +++ b/cpp/src/arrow/dataset/CMakeLists.txt @@ -191,8 +191,7 @@ if(ARROW_JSON) endif() if(ARROW_ORC) - add_arrow_dataset_test(file_orc_test EXTRA_LINK_LIBS ${ARROW_DATASET_TEST_LINK_LIBS} - orc::orc) + add_arrow_dataset_test(file_orc_test EXTRA_LINK_LIBS ${ARROW_DATASET_TEST_LINK_LIBS}) endif() if(ARROW_PARQUET) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org