fallintoplace opened a new pull request, #1643: URL: https://github.com/apache/iceberg-go/pull/1643
## What changed\n\nCopy property maps and removal slices when creating view metadata updates.\n\n## Why\n\nThe view metadata builder copies caller properties into its metadata state, but the corresponding update objects retained the original mutable map or slice. Mutating the caller input after staging an update could make the built metadata disagree with the emitted changes.\n\n## Testing\n\n- Added constructor ownership tests for maps and slices\n- Added builder regression coverage for metadata and emitted changes\n- ok github.com/apache/iceberg-go/view (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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
