raulcd opened a new issue, #45610: URL: https://github.com/apache/arrow/issues/45610
### Describe the enhancement requested I am investigating how we build the compute kernels in order to try and split those into a separate shared object outside of `libarrow.so` I've realized we build REE functions conditionally if `ARROW_COMPUTE=ON`. As this is part of the core format I think those should be built unconditionally same as other kernels like dictionary decode. https://github.com/apache/arrow/blob/main/cpp/src/arrow/compute/registry.cc#L321-L322 ### Component(s) C++ -- 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-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org