kou opened a new issue, #45568: URL: https://github.com/apache/arrow/issues/45568
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/blob/ec3d2839d102cc44d368c154cfa756eb946909ee/cpp/cmake_modules/ThirdpartyToolchain.cmake#L389-L395 This part is wrong: * `ARROW_THRIFT` is a wrong variable name. It should be `ARROW_WITH_THRIFT`. * `ARROW_THRIFT` check must be done after `ARROW_PARQUET` check because the `ARROW_PARQUET` check may set `ARROW_WITH_THRIFT`. ### Component(s) C++ -- 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