adutra commented on code in PR #566:
URL: https://github.com/apache/polaris/pull/566#discussion_r1888145454


##########
service/common/src/main/java/org/apache/polaris/service/admin/PolarisServiceImpl.java:
##########
@@ -123,13 +130,13 @@ public Response createCatalog(CreateCatalogRequest 
request, SecurityContext secu
   }
 
   private void validateStorageConfig(StorageConfigInfo storageConfigInfo) {
-    CallContext callContext = CallContext.getCurrentContext();
-    PolarisCallContext polarisCallContext = 
callContext.getPolarisCallContext();
+    PolarisCallContext polarisRealmContext =
+        CallContext.getCurrentContext().getPolarisCallContext();

Review Comment:
   Oh sorry, result of successive refactorings 🤦‍♂️ 



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