RussellSpitzer commented on code in PR #193:
URL: https://github.com/apache/polaris/pull/193#discussion_r1730579141
##########
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 a good but I wonder if we need a way to add even more locations, the
basic issue is this only represents the "latest" location that data or metadata
could be written to and a user could have set a different value to these
properties in the past.
--
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]