dimas-b commented on code in PR #1426:
URL: https://github.com/apache/polaris/pull/1426#discussion_r2057098910
##########
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:
I would have expected CI to fail now that we have the
`COPIED_COPIED_TO_POLARIS`, but this file in not mentioned in LICENSE
:thinking:
--
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]