Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
None
-
None
Description
Some of our nightly builds are failing with:
[ 35%] Building CXX object CMakeFiles/_dataset.dir/_dataset.cpp.o
/arrow/python/build/temp.linux-x86_64-cpython-38/_dataset.cpp:833:10: fatal error: arrow/csv/api.h: No such file or directory
#include "arrow/csv/api.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
I suspect the flags included CSV=ON when building with PYTHON=ON changes here might be related: https://github.com/apache/arrow/commit/53ac2a00aa9ff199773513f6f996f73a07b37989
Example of nightly failures:
https://github.com/ursacomputing/crossbow/actions/runs/3135833175/jobs/5091988801
Attachments
Issue Links
- duplicates
-
ARROW-17868 [C++][Python] Keep and deprecate ARROW_PYTHON CMake option for backward compatibility
- Resolved