fallintoplace opened a new pull request, #1089: URL: https://github.com/apache/arrow-go/pull/1089
## What changed\n\nAllocate the concrete extension array first and initialize its embedded directly in the destination.\n\n## Why\n\nThe previous construction initialized the base reference count and then copied the complete value through reflection. This copied an atomic value after first use and triggered the vet check.\n\n## Testing\n\n- ok github.com/apache/arrow-go/v18/arrow/array (cached)\n- -- 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]
