raulcd commented on issue #41725: URL: https://github.com/apache/arrow/issues/41725#issuecomment-2120459618
From what I can see from the last success is that we were building pyarrow without parquet on this job (this is the last successful job 4 days ago): https://github.com/apache/arrow/actions/runs/9111559866/job/25048936470#step:6:2149 and now we seem to be failing to build with Parquet because Arrow CPP wasn't build with Parquet: https://github.com/apache/arrow/actions/runs/9156580743/job/25171211272?pr=41676#step:6:2549 ``` CMake Error at CMakeLists.txt:376 (message): You must build Arrow C++ with ARROW_PARQUET=ON ``` @jorisvandenbossche could this be a failure on autodetecting the flags used when building Arrow CPP? The failures match when this issue was merged: https://github.com/apache/arrow/issues/41480 -- 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]
