dimas-b opened a new issue, #2367:
URL: https://github.com/apache/polaris/issues/2367

   ### Describe the bug
   
   Run Polaris from recent `main` with all config defaults.
   
   In Spark SQL do:
   ```
   spark-sql (default)> use polaris;
   spark-sql ()> create namespace ns;
   spark-sql ()> create view ns.v1 as select 'abc';
   
   spark-sql ()> drop view ns.v1;
   25/08/15 13:18:09 ERROR SparkSQLDriver: Failed in [drop view ns.v1]
   org.apache.iceberg.exceptions.ForbiddenException: Forbidden: Unable to purge 
entity: v1. To enable this feature, set the Polaris configuration 
DROP_WITH_PURGE_ENABLED or the catalog configuration 
polaris.config.drop-with-purge.enabled
   ```
   
   Note that the client-side SQL does not request "PURGE".
   
   ### To Reproduce
   
   _No response_
   
   ### Actual Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### System information
   
   _No response_


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