You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/06 04:53:39 UTC

[GitHub] [arrow] cyb70289 edited a comment on pull request #11841: [WIP] ARROW-13923: [C++] Faster CSV chunker with long CSV cells

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org