Gabriel39 opened a new pull request, #66002: URL: https://github.com/apache/doris/pull/66002
### What problem does this PR solve? Issue Number: [DORIS-27393](http://39.106.86.136:8090/browse/DORIS-27393) Problem Summary: This PR fills P0 regression gaps found while auditing the external-table correctness issues under DORIS-27393: - bind Iceberg predicates and runtime filters correctly across rename/drop/type evolution; - scan, filter, and aggregate files written with multiple Iceberg partition specs; - keep an Iceberg write atomic after a pipeline error and make a corrected retry visible exactly once; - mask S3 and OAuth credentials in persisted audit statements. The audit also found [DORIS-27494](http://39.106.86.136:8090/browse/DORIS-27494), including a nested required-field reproduction. This test-only PR does not change production code or attempt to fix that issue. ### Release note None ### Check List (For Author) - Test - [x] Regression test - [ ] Unit Test - [x] 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 Local verification: `./run-regression-test.sh --run -s test_iceberg_schema_evolution_filter_binding,test_iceberg_multi_spec_filter_aggregate,test_iceberg_failed_write_atomicity_retry,test_external_catalog_credential_masking` Result: 4 suites passed, 0 failed. - Behavior changed: - [x] No. - [ ] Yes. - 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]
