VenuReddy2103 opened a new pull request, #6459: URL: https://github.com/apache/hive/pull/6459
### What changes were proposed in this pull request? Added a new compaction type(`DEFERRED_CLEANUP`). And it is used while adding a row to compaction queue table when table is soft deleted. ### Why are the changes needed? When drop acid table is followed by drop database cascade operation, the acid table directory itself is never deleted. Hence managed database directory is also never deleted. Orphaned table and database directories remaining indefinitely in the filesystem, leading to potential storage bloat and inconsistencies between HMS metadata and filesystem state ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tested manually -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
