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


##########
site/content/in-dev/unreleased/getting-started/_index.md:
##########
@@ -23,3 +23,101 @@ weight: 101
 build:
   render: never
 ---
+
+# Getting Started with Apache Polaris Binary Distribution

Review Comment:
   This looks like an unrelated change?



##########
polaris-core/src/main/java/org/apache/polaris/core/auth/PolarisAuthorizerImpl.java:
##########
@@ -177,7 +177,6 @@ public class PolarisAuthorizerImpl implements 
PolarisAuthorizer {
     SUPER_PRIVILEGES.putAll(
         NAMESPACE_LIST,
         List.of(
-            CATALOG_MANAGE_CONTENT,

Review Comment:
   I think this is effectively achieving the opposite: you are _denying_ 
`NAMESPACE_LIST` to principals having `CATALOG_MANAGE_CONTENT`.



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