hiroyuki-sato commented on issue #46736: URL: https://github.com/apache/arrow/issues/46736#issuecomment-2954362627
parquet default `true` https://github.com/apache/arrow/blob/main/ci/conan/all/conanfile.py#L96 `ARROW_PARQUET == True` require `RAPIDJSON` https://github.com/apache/arrow/blob/0e5249b0e8f060f8ee5136579bfeed8c92d0d1ab/cpp/cmake_modules/ThirdpartyToolchain.cmake#L382-L385 `rapid_json` require `1.1.0` and above https://github.com/apache/arrow/blob/main/cpp/cmake_modules/ThirdpartyToolchain.cmake#L2536-L2537 `conan` use `Ubuntu 16.04`. https://github.com/apache/arrow/blob/0e5249b0e8f060f8ee5136579bfeed8c92d0d1ab/.env#L102-L106 `Ubuntu 16.04` use rapidjson 0.12 ``` Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-========================-=================-=================-====================================================== ii rapidjson-dev 0.12~git20141031- all fast JSON parser/generator for C++ with SAX/DOM style ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
