pitrou commented on code in PR #47621: URL: https://github.com/apache/arrow/pull/47621#discussion_r2371380600
########## cpp/src/parquet/arrow/CMakeLists.txt: ########## @@ -17,7 +17,10 @@ arrow_install_all_headers("parquet/arrow") -if(ARROW_FUZZING) +if(ARROW_FUZZING + OR (ARROW_BUILD_UTILITIES Review Comment: This is so that the fuzz corpus can be generated without enabling ASan/UBSan et al. `ARROW_WITH_BROTLI` is necessary because the fuzz corpus contains a Brotli-compressed column. -- 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