eric-maynard commented on code in PR #1858:
URL: https://github.com/apache/polaris/pull/1858#discussion_r2140893618
##########
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:
I undid the change for now and piped a CallContext in, we can always remove
it separately. Thanks for flagging this
--
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]