You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "benibus (via GitHub)" <gi...@apache.org> on 2023/03/17 19:50:24 UTC

[GitHub] [arrow] benibus opened a new issue, #34615: [CI][C++] Add CI job for minimal C++ build

benibus opened a new issue, #34615:
URL: https://github.com/apache/arrow/issues/34615

   ### Describe the enhancement requested
   
   Following the compute kernel split in https://github.com/apache/arrow/pull/34295, both libarrow and libparquet should now be fully functional without `ARROW_COMPUTE`. Previously, some tests in the core library were conditionally excluded - primarily due their usage of cast kernels. Thus, `ARROW_COMPUTE` is more-or-less treated as mandatory by the current CI jobs (in the interest maximum coverage). However, this should no longer be necessary.
   
   Additionally, I think it would be useful to canonicalize testing a bare-minimum Arrow C++ build going forward. This could also serve as a reference for which flags to disable if such a build is desired so we can easily publish documentation for users with limited use-cases.
   
   Admittedly, I'm not exactly an expert on the CI pipeline, so this _may_ already be covered somewhere... at least partially. 
   
   ### Component(s)
   
   C++, Continuous Integration


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

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


[GitHub] [arrow] kou closed issue #34615: [CI][C++] Add CI job for basic format support without ARROW_COMPUTE

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34615: [CI][C++] Add CI job for basic format support without ARROW_COMPUTE
URL: https://github.com/apache/arrow/issues/34615


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

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