abulbasar opened a new issue, #47188: URL: https://github.com/apache/arrow/issues/47188
### Describe the bug, including details regarding any error messages, version, and platform. In version arrow version 21, the built-in arrow functions are not available. I tested that by listing the output of the arrow::compute::GetFunctionRegistry()->GetFunctionNames(). I comment i found in the The compute library requires a call to arrow::compute::Initialize() in order to register the individual functions into the global [FunctionRegistry](https://arrow.apache.org/docs/cpp/api/compute.html#_CPPv4N5arrow7compute16FunctionRegistryE), otherwise only the functions required for Arrow core functionality will be available. So I called arrow::compute::Initialize(). But this creates linking failure: /usr/bin/ld: CMakeFiles/kv_server.dir/src/main.cc.o: undefined reference to symbol '_ZN5arrow7compute10InitializeEv' /usr/bin/ld: /lib/x86_64-linux-gnu/libarrow_compute.so.2100: error adding symbols: DSO missing from command line Do I need to add any flag to expose some special headers? ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
