fallintoplace opened a new pull request, #1080: URL: https://github.com/apache/arrow-go/pull/1080
## What changed\n\nDeep-copy parsed metadata keys when cloning Variant metadata.\n\n## Why\n\nThe clone copied the key slice headers, but each key still referenced the original metadata buffer. Mutating the original bytes could therefore change and results on the clone despite the method promising a deep copy.\n\n## Testing\n\n- ok github.com/apache/arrow-go/v18/parquet/variant (cached) -- 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]
