mlbiscoc commented on code in PR #3352: URL: https://github.com/apache/solr/pull/3352#discussion_r2093232310
########## solr/core/src/java/org/apache/solr/update/IndexFingerprint.java: ########## @@ -219,4 +220,29 @@ public static IndexFingerprint fromObject(Object o) { public String toString() { return toMap(new LinkedHashMap<>()).toString(); } + + @Override + public boolean equals(Object o) { Review Comment: Its for the test to `assertEquals` both fingerprints for comparison if identical in attributes. `compare` didn't check `numDocs`, `maxDoc` and `maxVersionSpecified`. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org