Willem-J-an opened a new pull request, #970: URL: https://github.com/apache/arrow-go/pull/970
### What changes are included in this PR? Remove superfluous check in the TypeEqual path to improve performance ### Rationale for this change The check is superfluous because: - Length is verified to equal - Next step iterates over fields & asserts the names are equal for each index. These 2 steps essentially check the same thing, without needing expensive DeepEqual of 2 maps. ### Are these changes tested? passes on `go test -v ./arrow` ### Are there any user-facing changes? No -- 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]
