wombatu-kun commented on code in PR #19875:
URL: https://github.com/apache/hudi/pull/19875#discussion_r3974960660


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieDataTableValidator.java:
##########
@@ -212,7 +212,7 @@ public boolean equals(Object o) {
       if (o == null || getClass() != o.getClass()) {
         return false;
       }
-      HoodieMetadataTableValidator.Config config = 
(HoodieMetadataTableValidator.Config) o;
+      Config config = (Config) o;

Review Comment:
   `enableHiveSupport` is in neither `equals` nor `hashCode` either, and the 
sibling `HoodieMetadataTableValidator.Config` carries the identical `help` 
asymmetry. Dropping `help` from `hashCode` in both classes keeps the pair 
consistent; fixing only this one does not.



-- 
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]

Reply via email to