eric-maynard commented on code in PR #1231:
URL: https://github.com/apache/polaris/pull/1231#discussion_r2013372755
##########
polaris-core/src/main/java/org/apache/polaris/core/entity/table/IcebergTableLikeEntity.java:
##########
@@ -82,7 +75,7 @@ public String getBaseLocation() {
public static class Builder extends
PolarisEntity.BaseBuilder<IcebergTableLikeEntity, Builder> {
public Builder(TableIdentifier identifier, String metadataLocation) {
super();
- setType(PolarisEntityType.ICEBERG_TABLE_LIKE);
+ setType(PolarisEntityType.TABLE_LIKE);
Review Comment:
For those types, it's set during entity construction e.g.
[here](https://github.com/apache/polaris/blob/e619a0075bcd13eef1e139f608625c22ab5b50de/service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java#L1547)
--
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]