snazy commented on code in PR #4545:
URL: https://github.com/apache/polaris/pull/4545#discussion_r3309078380
##########
persistence/nosql/persistence/metastore/src/main/java/org/apache/polaris/persistence/nosql/metastore/mutation/PolicyMutation.java:
##########
@@ -47,6 +48,8 @@ public record PolicyMutation(
long targetId,
boolean doAttach,
@NonNull Map<String, String> parameters) {
+ private static final int MAX_POLICY_MAPPING_INDEX_VALUE_SIZE = 384;
Review Comment:
Added a comment and updated the tests.
--
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]