eric-maynard commented on code in PR #1456:
URL: https://github.com/apache/polaris/pull/1456#discussion_r2060819797
##########
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:
Added `@VisibleForTesting` for clarity
--
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]