vdiravka commented on a change in pull request #2344:
URL: https://github.com/apache/drill/pull/2344#discussion_r735818102
##########
File path:
contrib/format-maprdb/src/main/java/org/apache/drill/exec/store/mapr/TableFormatPluginConfig.java
##########
@@ -20,7 +20,7 @@
import org.apache.drill.common.logical.FormatPluginConfig;
public abstract class TableFormatPluginConfig implements FormatPluginConfig {
-
+ //lgtm [java/inconsistent-equals-and-hashcode]
Review comment:
Is this eliminate this part of code from LGTM code analyzing? Or it is
just a note/todo?
##########
File path:
logical/src/main/java/org/apache/drill/common/logical/data/LogicalOperatorBase.java
##########
@@ -40,6 +40,11 @@ public final int hashCode() {
return super.hashCode();
Review comment:
Could you add the space please after `implements LogicalOperator` on the
32 line
--
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]