cgivre commented on a change in pull request #2344:
URL: https://github.com/apache/drill/pull/2344#discussion_r733909393
##########
File path:
contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/mapr/db/MapRDBFormatPluginConfig.java
##########
@@ -53,6 +53,30 @@ public int hashCode() {
return result;
}
+ @Override
+ public boolean equals(Object obj) {
Review comment:
I'm hesitant to mess with this too much. Lombok does both and this
function already had a `hashcode` function.
--
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]