fallintoplace opened a new pull request, #1069: URL: https://github.com/apache/arrow-go/pull/1069
Schema.FieldsByName returned a slice backed by the schema internal field storage for a unique match, unlike Fields and the duplicate-name path. Mutating that result could therefore alter the schema. Return an owned one-element slice and cover the aliasing case with a regression test. Tested with: go test ./arrow -- 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]
