zeroshade opened a new pull request, #322: URL: https://github.com/apache/arrow-go/pull/322
### Rationale for this change Experimenting with using AddCleanup for automatic cleanup of the Buffers without requiring `Retain` and `Release` everywhere even for custom Allocators. ### What changes are included in this PR? Changes to the underlying Buffer object to leverage AddCleanup when using go1.24 or higher. ### Are these changes tested? Yes, though more tests need to be added to ensure more complex scenarios don't fail. ### Are there any user-facing changes? -- 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]
