flyrain commented on code in PR #1264: URL: https://github.com/apache/polaris/pull/1264#discussion_r2025258934
########## polaris-core/src/main/java/org/apache/polaris/core/entity/PolarisPrivilege.java: ########## @@ -162,7 +208,7 @@ public enum PolarisPrivilege { private final PolarisEntityType securableType; // the subtype of the securable for this privilege - private final PolarisEntitySubType securableSubType; + private final List<PolarisEntitySubType> securableSubTypes; Review Comment: SGTM. This isn't a blocker to me. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org