jackylk commented on a change in pull request #3571: [CARBONDATA-3659] Fix
issues with alluxio without host and port.
URL: https://github.com/apache/carbondata/pull/3571#discussion_r364779297
##########
File path:
core/src/main/java/org/apache/carbondata/core/datastore/filesystem/AbstractDFSCarbonFile.java
##########
@@ -554,6 +555,21 @@ public short getDefaultReplication() {
return fileSystem.getDefaultReplication(path);
}
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
Review comment:
add `{` and `}`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services