hiroyuki-sato opened a new issue, #46736: URL: https://github.com/apache/arrow/issues/46736
### Describe the bug, including details regarding any error messages, version, and platform. I found this issue on the #46727. I confirmed this error unrelated #46727 change. It seems that `conan-minimum` can't find RapidJSON package. https://github.com/ursacomputing/crossbow/actions/runs/15484349076/job/43595828887#step:6:1006 ``` -- Conan: Including build module from '/root/.conan2/p/opens291bcb59a86d6/p/lib/cmake/conan-official-openssl-variables.cmake' -- Providing CMake module for FindThriftAlt as part of Parquet CMake package -- pkg-config package for thrift that is used by parquet for static link isn't found CMake Warning at cmake_modules/FindRapidJSONAlt.cmake:29 (find_package): By not providing "FindRapidJSON.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "RapidJSON", but CMake did not find one. Could not find a package configuration file provided by "RapidJSON" (requested version 1.1.0) with any of the following names: RapidJSONConfig.cmake rapidjson-config.cmake Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set "RapidJSON_DIR" to a directory containing one of the above files. If "RapidJSON" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake_modules/ThirdpartyToolchain.cmake:310 (find_package) cmake_modules/ThirdpartyToolchain.cmake:2538 (resolve_dependency) CMakeLists.txt:618 (include) CMake Error at /root/.conan2/p/cmakee7c682f30a1a9/p/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find RapidJSONAlt (missing: RAPIDJSON_INCLUDE_DIR) (Required is at least version "1.1.0") Call Stack (most recent call first): /root/.conan2/p/cmakee7c682f30a1a9/p/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) ``` ### Component(s) Continuous Integration -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org