XN137 commented on code in PR #2337:
URL: https://github.com/apache/polaris/pull/2337#discussion_r2282489546


##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java:
##########
@@ -138,8 +138,8 @@ public class IcebergCatalogAdapter
           .build();
 
   private final RealmContext realmContext;
-  private final CallContext callContext;
   private final RealmConfig realmConfig;
+  private final CallContext callContext;

Review Comment:
   its not unused, both fields are getting used. the PR just changes the order, 
but ok reverted this change



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

Reply via email to