bkietz commented on PR #571: URL: https://github.com/apache/arrow-nanoarrow/pull/571#issuecomment-2276304915
Okay, that's fun: since we are linked to protobuf, we have inherited responsibility to call [ShutdownProtobufLibrary](https://protobuf.dev/reference/cpp/api-docs/google.protobuf.message_lite/#ShutdownProtobufLibrary.details) in order to clean up these singletons. That's not something libarrow does or should do, because the presumption in libarrow is anyone who uses protobuf features will want control over when protobuf gets shut down. -- 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]
