tedyu opened a new pull request, #10012: URL: https://github.com/apache/gravitino/pull/10012
### What changes were proposed in this pull request? This change uses the lombok annotation to add equals() and hashCode() methods to Policy.java ### Why are the changes needed? Without equals() and hashCode() methods, Policy class shouldn't be used in a `Set` because objects with duplicate fields are allowed to co-exist in the `Set`. Fix: #(10009) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing IT 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]
