adutra commented on code in PR #3758:
URL: https://github.com/apache/polaris/pull/3758#discussion_r2804998952


##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/resolver/ResolverEntityName.java:
##########
@@ -18,49 +18,24 @@
  */
 package org.apache.polaris.core.persistence.resolver;
 
-import java.util.Objects;
 import org.apache.polaris.core.entity.PolarisEntityType;
+import org.apache.polaris.immutables.PolarisImmutable;
+import org.immutables.value.Value;
 
 /** Simple class to represent the name of an entity to resolve */
-public class ResolverEntityName {
+@PolarisImmutable
+public interface ResolverEntityName {

Review Comment:
   This one was converted to a `PolarisImmutable` instead, because it requires 
a special equals/hashCode implementation.



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