kou commented on code in PR #46261: URL: https://github.com/apache/arrow/pull/46261#discussion_r2123753584
########## ruby/red-arrow/lib/arrow/loader.rb: ########## @@ -31,6 +31,7 @@ def post_load(repository, namespace) require_extension_library gc_guard self.class.start_callback_dispatch_thread + @base_module.compute_initialize Review Comment: Yes. We don't have a `compute` namespace in Apache Arrow GLib such as `GArrowCompute`. So `arrow::compute::Initialize()` is mapped to a function (`compute_initialize()`) in the top-level `GArrow` namespace. -- 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