singhpk234 commented on code in PR #17069:
URL: https://github.com/apache/iceberg/pull/17069#discussion_r3521934483


##########
core/src/main/java/org/apache/iceberg/view/BaseMetastoreViewCatalog.java:
##########
@@ -60,7 +60,7 @@ public View loadView(TableIdentifier identifier) {
       if (ops.current() == null) {
         throw new NoSuchViewException("View does not exist: %s", identifier);
       } else {
-        return new BaseView(newViewOps(identifier), 
ViewUtil.fullViewName(name(), identifier));
+        return new BaseView(ops, ViewUtil.fullViewName(name(), identifier));

Review Comment:
   +1



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to