pitrou commented on code in PR #45459: URL: https://github.com/apache/arrow/pull/45459#discussion_r2057975063
########## cpp/src/parquet/CMakeLists.txt: ########## @@ -260,6 +263,14 @@ endif() if(NOT PARQUET_MINIMAL_DEPENDENCY) list(APPEND PARQUET_SHARED_LINK_LIBS arrow_shared) + # Add RapidJSON libraries + if(NOT ARROW_JSON) Review Comment: > Do we need to modify the CMake config to enable `ARROW_JSON` when `ARROW_PARQUET` is ON? `ARROW_JSON` will build the Arrow JSONL reader, which should not be required for Parquet. We just need RapidJSON here. -- 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