mattpapp opened a new pull request, #695: URL: https://github.com/apache/wayang/pull/695
Fixes #694 `hashCode()` was using identity hash for the `fieldNames` array instead of content hash, while `equals()` correctly uses `Arrays.equals()`. Wrapped it with `Arrays.hashCode()` and added a test. -- 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]
