dimas-b commented on code in PR #3488:
URL: https://github.com/apache/polaris/pull/3488#discussion_r2718280494
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java:
##########
@@ -810,6 +812,24 @@ protected ViewOperations newViewOps(TableIdentifier
identifier) {
return new BasePolarisViewOperations(catalogFileIO, identifier);
}
+ /**
+ * Override to fix a bug in {@link BaseMetastoreViewCatalog#loadView} where
{@link #newViewOps} is
Review Comment:
@evindj : any insight here? it's not required for current PR, but since
you're involved in this issue already, I thought it might be easy for you to
quickly double check that :wink:
--
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]