lidavidm commented on issue #25025: URL: https://github.com/apache/arrow/issues/25025#issuecomment-1438464710
You could require an explicit call to register the functions; the bindings could hide this call in their own machinery (it would be more inconvenient for C++ users, though you could make that call in the various wrappers we have in places like api_scalar.h). You could also play games with static initializers to call this function for you. -- 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]
