cyb70289 edited a comment on pull request #11841:
URL: https://github.com/apache/arrow/pull/11841#issuecomment-986394651
There's build error on Arm locally.
**EDIT**
Only happens if unity build in on
`cmake -GNinja -DARROW_BUILD_BENCHMARKS=ON -DARROW_CSV=ON
-DCMAKE_UNITY_BUILD=ON ..`
```
In file included from /home/cyb/arrow/cpp/src/arrow/csv/reader.cc:18:
/home/cyb/arrow/cpp/src/arrow/csv/reader.h:102:17: error: no type named
'Executor' in namespace 'arrow::csv::internal'
internal::Executor* cpu_executor, const ReadOptions&, const
ParseOptions&,
```
Full error log :
[error.log](https://github.com/apache/arrow/files/7658037/error.log)
--
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]