Hi Hive community, I have submitted a pull request to address [HIVE-29218]( https://issues.apache.org/jira/browse/HIVE-29218), which fixes an issue with LOAD OVERWRITE on multi-level partitioned Iceberg tables where unrelated partitions could be unintentionally deleted.
PR link: https://github.com/apache/hive/pull/6090 The changes include: - Correcting the overwrite logic to ensure only the target partition is affected - Adding test coverage for multi-level partition scenarios All tests have passed locally and CI checks are green. Kindly requesting review when possible. Any feedback or suggestions would be greatly appreciated. Thank you for your time and help! Best regards, Jared Jia
