raulcd commented on PR #45618:
URL: https://github.com/apache/arrow/pull/45618#issuecomment-2694773842

   @kou @pitrou this is still far from ready but all the C++ jobs are currently 
successful with this initial PoC. The only failure is the 
`example-cpp-tutorial`. I don't seem to be able to add to the public API the 
new `RegisterComputeKernels` function. I've tried creating a new `api.h` for 
kernels, adding the include `<arrow/compute/kernels/registry.h>` directly and 
changing the namespace to a completely new one `arrow::kernels` but it always 
fails to find the new function. [An example of the 
failure](https://github.com/ursacomputing/crossbow/actions/runs/13631801951/job/38101015824).
 I took a look on others of our public apis, like substrait but I can't seem to 
find what am I missing to expose the new function, could you help with any 
pointer on where the issue is coming from / how to solve?


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