raulcd commented on code in PR #46261:
URL: https://github.com/apache/arrow/pull/46261#discussion_r2073699525


##########
c_glib/arrow-glib/compute.cpp:
##########
@@ -37,6 +37,8 @@
 #include <arrow/acero/exec_plan.h>
 #include <arrow/acero/options.h>
 
+auto registration_status_ = arrow::compute::RegisterComputeKernels();

Review Comment:
   what do you think about `InitializeArrowCompute()` or 
`InitializeComputeKernels`? 
   On places like pyarrow we lose the namespace and it would be good to have 
more context on what is being initialized. If yes, which one do you prefer?



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to