cgivre commented on a change in pull request #2344:
URL: https://github.com/apache/drill/pull/2344#discussion_r733911269
##########
File path:
contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/mapr/TableFormatPluginConfig.java
##########
@@ -31,5 +31,10 @@ public boolean equals(Object obj) {
return impEquals(obj);
}
+ @Override
+ public int hashCode() {
+ return 613;
Review comment:
This class is abstract and doesn't have any properties. I removed this
and suppressed the LGTM alert.
--
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]