jerryshao opened a new pull request, #5521: URL: https://github.com/apache/gravitino/pull/5521
### What changes were proposed in this pull request? This PR changes the schema drop mechanism to delete the fileset path one by one, instead of delete the schema path. This improvement will: 1. Delete the fileset path that is not under the schema's location. 2. Avoid deleting the external fileset path that happens to under schema location. ### Why are the changes needed? To make the drop mechanism correct. Fix: #4842 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add UT to cover the changes. -- 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]
