kou commented on code in PR #46261: URL: https://github.com/apache/arrow/pull/46261#discussion_r2069794617
########## 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: How about using `Initialize()` instead of `RegisterComputeKernels()`? We may want to do more on load. ########## 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: How about using `Initialize()` instead of `RegisterComputeKernels()`? We may want to do more on load in the future. -- 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]
