benibus commented on PR #34295:
URL: https://github.com/apache/arrow/pull/34295#issuecomment-1443898863

   > Do we have any idea how slim this set of baseline kernels is compared to 
the full set?
   
   Here's what would be present in the default build:
   ```
   array_filter
   array_take
   cast
   dictionary_encode
   drop_null
   filter
   indices_nonzero
   take
   unique
   value_counts
   ```
   There are currently 240 kernels in the full set, so it's a pretty deep cut.
   
   > Do you want to add a CI job (or does one already exist?) that builds 
without ARROW_COMPUTE to ensure basic functionality (e.g. parquet 
reading/writing and csv reading/writing) still works?
   
   That would be a good idea, yes. AFAIK none of the existing jobs build 
without ARROW_COMPUTE. Even if they did, the CSV writer/STL tests wouldn't be 
included and libparquet wouldn't be built at all.


-- 
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]

Reply via email to