wgtmac commented on code in PR #45424: URL: https://github.com/apache/arrow/pull/45424#discussion_r1943003911
########## cpp/cmake_modules/ThirdpartyToolchain.cmake: ########## @@ -1256,14 +1256,19 @@ endif() # - Gandiva has a compile-time (header-only) dependency on Boost, not runtime. # - Tests need Boost at runtime. # - S3FS and Flight benchmarks need Boost at runtime. +# - arrow_testing uses boost::filesystem. So arrow_testing requires Review Comment: I didn't find any issue after a quick search. Is this something that worth doing? Perhaps we need to vendor a lightweight platform-independent process library like https://gitlab.com/eidheim/tiny-process-library to get rid of boost::process. -- 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