englefly commented on code in PR #38191: URL: https://github.com/apache/doris/pull/38191#discussion_r1686160051
########## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ########## @@ -1989,9 +1989,7 @@ public boolean equals(Object o) { @Override public int hashCode() { - return Objects.hash(state, indexIdToMeta, indexNameToId, keysType, partitionInfo, idToPartition, Review Comment: 1. selectedIndex should be add 2. do we need to hash all these attributes? I think baseIndexId and SelectedIndexId are enough -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org