AlenkaF opened a new pull request, #47008: URL: https://github.com/apache/arrow/pull/47008
### Rationale for this change Currently PyArrow fails compiling if Arrow C++ is built without CSV support. ### What changes are included in this PR? A `message(FATAL_ERROR "...")` is added in `python/CMakeLists.txt` if Arrow C++ was built with `ARROW_CSV=OFF`. ### Are these changes tested? Yes, with green CI. ### Are there any user-facing changes? No. -- 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