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


##########
polaris-core/src/main/java/org/apache/polaris/core/entity/CatalogEntity.java:
##########
@@ -304,19 +301,6 @@ public Builder setStorageConfigurationInfo(
       return this;
     }
 
-    /** Validate the number of allowed locations not exceeding the max value. 
*/
-    private void validateMaxAllowedLocations(Collection<String> 
allowedLocations) {

Review Comment:
   This is a temporary `BehaviorChangeConfiguration` (the default is no 
validation) so I thought this might be a good time to remove it. but if you 
think we'd better separate out that change, I can try to re-add the check. 
Unfortunately, there's not a great narrow waist for adding a 
`PolarisCallContext` to an entity.



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