justinmclean commented on code in PR #8019:
URL: https://github.com/apache/gravitino/pull/8019#discussion_r2268362188
##########
core/src/main/java/org/apache/gravitino/meta/TableEntity.java:
##########
@@ -141,7 +141,7 @@ public boolean equals(Object o) {
@Override
public int hashCode() {
- return Objects.hashCode(id, name, auditInfo, columns);
+ return Objects.hashCode(id, name, auditInfo, columns, namespace);
Review Comment:
This may still not be correct; try testing with two different namespaces
that have the same names.
--
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]