XJDKC commented on issue #967:
URL: https://github.com/apache/polaris/issues/967#issuecomment-2652185732

   Note: spark will clean all the files by itself. If we want Polaris to clean 
up all the files, we should use curl command to delete the table with purge.
   e.g.
   ```
   curl -s -X DELETE 
"https://localhost:8181/catalog/v1/my-catalog/namespaces/ns1/tables/t1?purgeRequested=true";
 \
       -H "Authorization: Bearer ${BEARER_TOKEN}"
   ```


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