dimas-b commented on code in PR #1426:
URL: https://github.com/apache/polaris/pull/1426#discussion_r2059382236
##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java:
##########
@@ -1190,7 +1201,13 @@ public ViewBuilder withLocation(String newLocation) {
}
}
- private class BasePolarisTableOperations extends
BaseMetastoreTableOperations {
+ /**
+ * An implementation of {@link TableOperations} that integrates with {@link
IcebergCatalog}. Much
+ * of this code was originally copied from {@link
+ * org.apache.iceberg.BaseMetastoreTableOperations}. COPIED_COPIED_TO_POLARIS
Review Comment:
It took me a while to see the typo :sweat_smile:
--
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]