eric-maynard commented on code in PR #1884:
URL: https://github.com/apache/polaris/pull/1884#discussion_r2145490228


##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogAdapter.java:
##########
@@ -240,7 +242,11 @@ public Response listNamespaces(
 
   @Override
   public Response loadNamespaceMetadata(
-      String prefix, String namespace, RealmContext realmContext, 
SecurityContext securityContext) {
+      String prefix,
+      String namespace,
+      HttpHeaders httpHeaders,

Review Comment:
   I see. Yeah, this sounds like a good idea. However based on that link, it 
looks like we should probably be doing the same with with `HttpHeaders` that we 
do with e.g. `SecurityContext`?



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