MonkeyCanCode commented on issue #3617:
URL: https://github.com/apache/polaris/issues/3617#issuecomment-3825994195

   Based on my understanding, that is expected behavior as within the doCommit, 
we are implicitly giving WRITE permission such as following:
   ```
       public void doCommit(TableMetadata base, TableMetadata metadata) {
   ...
         // refresh credentials because we need to read the metadata file to 
validate its location
         tableFileIO =
             loadFileIOForTableLike(
                 tableIdentifier,
                 StorageUtil.getLocationsUsedByTable(metadata),
                 resolvedStorageEntity,
                 new HashMap<>(metadata.properties()),
                 Set.of(
                     PolarisStorageActions.READ,
                     PolarisStorageActions.WRITE,
                     PolarisStorageActions.LIST));
   ```


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