Gabriel39 opened a new pull request, #67479: URL: https://github.com/apache/doris/pull/67479
### What problem does this PR solve? Issue Number: DORIS-28397 Related PR: https://github.com/apache/doris-shade/pull/63 Problem Summary: Iceberg time-travel planning can fail when a predicate references a column that was renamed or dropped after the selected snapshot. Iceberg 1.11.0 includes the upstream fix that resolves historical partition specs with the correct schema. This PR upgrades the direct and shaded Iceberg dependencies, adapts the DLF table operations constructor, and synchronizes Doris's public `DeleteFileIndex` fork with Iceberg 1.11.0 while retaining Java 8 source compatibility. The shaded catalog dependency temporarily uses `3.1.3-ICEBERG-SNAPSHOT` until the corresponding Doris Shade change is released. ### Release note Fix Iceberg time-travel queries after column rename or drop. ### Check List (For Author) - Test - [x] Regression test - [x] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason Validation performed: - Full FE package build with tests skipped - FE Checkstyle with zero violations - `IcebergScanNodeTest`: 93 tests passed, including new rename and drop cases - DLF Iceberg unit tests: 7 tests passed - Behavior changed: - [ ] No. - [x] Yes. Historical Iceberg predicates continue to plan after later schema evolution. - Does this need documentation? - [x] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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]
