RussellSpitzer commented on code in PR #1456: URL: https://github.com/apache/polaris/pull/1456#discussion_r2060817838
########## service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java: ########## @@ -1207,17 +1219,21 @@ public ViewBuilder withLocation(String newLocation) { * org.apache.iceberg.BaseMetastoreTableOperations}. CODE_COPIED_TO_POLARIS From Apache Iceberg * Version: 1.8 */ - private class BasePolarisTableOperations extends PolarisOperationsBase<TableMetadata> + public class BasePolarisTableOperations extends PolarisOperationsBase<TableMetadata> Review Comment: Did we need to make this public? -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org