VenuReddy2103 opened a new pull request, #6679: URL: https://github.com/apache/hive/pull/6679
### What changes were proposed in this pull request? Compaction related HMS metadata tables are updated for iceberg tables on following cases: 1. Drop partition[compaction entries deleted] 2. Drop table[compaction entries deleted] 3. Rename table[compaction entries updated with new table name] ### Why are the changes needed? COMPACTION_QUEUE and COMPLETED_COMPACTIONS entries are not removed upon iceberg table delete and partition drop. And entries are not updated upon iceberg table rename. Hence such stale entries can keep accumulating over time. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added a qtest -- 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]
