This is an automated email from the ASF dual-hosted git repository.

dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new c84a63407 chore: fix class reference in the javadoc of TableLikeEntity 
(#2157)
c84a63407 is described below

commit c84a63407896e847a1ad4120a66d9a162dc70f0e
Author: Dmitri Bourlatchkov <dmitri.bourlatch...@gmail.com>
AuthorDate: Tue Jul 22 12:40:17 2025 -0400

    chore: fix class reference in the javadoc of TableLikeEntity (#2157)
---
 .../main/java/org/apache/polaris/core/entity/table/TableLikeEntity.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/polaris-core/src/main/java/org/apache/polaris/core/entity/table/TableLikeEntity.java
 
b/polaris-core/src/main/java/org/apache/polaris/core/entity/table/TableLikeEntity.java
index 21ba80f4a..c4ec278bf 100644
--- 
a/polaris-core/src/main/java/org/apache/polaris/core/entity/table/TableLikeEntity.java
+++ 
b/polaris-core/src/main/java/org/apache/polaris/core/entity/table/TableLikeEntity.java
@@ -27,6 +27,7 @@ import org.apache.polaris.core.entity.LocationBasedEntity;
 import org.apache.polaris.core.entity.NamespaceEntity;
 import org.apache.polaris.core.entity.PolarisBaseEntity;
 import org.apache.polaris.core.entity.PolarisEntity;
+import org.apache.polaris.core.entity.PolarisEntityType;
 
 /**
  * An entity type for all table-like entities including Iceberg tables, 
Iceberg views, and generic

Reply via email to