fallintoplace opened a new pull request, #1084: URL: https://github.com/apache/arrow-go/pull/1084
## What changed\n\nConstruct protobuf records through and release the builder after ownership transfers to the returned record.\n\n## Why\n\nThe manual conversion retained the record builder, each temporary field array, and the intermediate struct array. Releasing the returned record did not release those extra references.\n\n## Testing\n\n- ok github.com/apache/arrow-go/v18/arrow/util (cached)\n- Added checked-allocator coverage for the complete record lifecycle -- 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]
