collado-mike commented on code in PR #193:
URL: https://github.com/apache/polaris/pull/193#discussion_r1731581285
##########
polaris-service/src/main/java/io/polaris/service/catalog/BasePolarisCatalog.java:
##########
@@ -287,6 +287,20 @@ private Set<String>
getLocationsAllowedToBeAccessed(TableMetadata tableMetadata)
Set<String> locations = new HashSet<>();
locations.add(concatFilePrefixes(basicLocation, "data/", "/"));
locations.add(concatFilePrefixes(basicLocation, "metadata/", "/"));
+ if (tableMetadata
Review Comment:
This is the purpose of the `allowedLocations` field of the
`storageConfiguration`. Currently, we can't set table-level
StorageConfiguration, but part of the reason for implementing the
`StorageConfigurationOverride` is to help pave the way toward that.
--
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]