branch-4.1: [test](regression) Expand Iceberg write evolution coverage #66021#66043
Open
github-actions[bot] wants to merge 1 commit into
Open
branch-4.1: [test](regression) Expand Iceberg write evolution coverage #66021#66043github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Iceberg write P0 coverage did not systematically
combine schema evolution, partition evolution, snapshot/tag/branch
references, row-level DML, overwrite, Doris source models, partition
transforms, file formats, distribution properties, complex types,
concurrency, and NULL semantics. This PR adds independent suites so
dimensions can run concurrently, compares Doris and Spark results on the
same Doris-written Iceberg tables, and isolates confirmed negative
reproductions behind explicit opt-in switches.
### What changed?
- Cover schema and partition evolution with snapshot, tag, branch,
overwrite, and historical reads.
- Cover ARRAY, MAP, and STRUCT evolution with nested NULL values.
- Cover MOR and COW DELETE, UPDATE, and MERGE behavior, including
duplicate-source cardinality and STRING truncate boundaries.
- Cover current-spec and branch overwrite, delete-file interactions,
failed-write atomicity, and retries.
- Cover Duplicate, Unique MOW, Unique MOR, and Aggregate sources with
RANGE, LIST, unpartitioned, HASH, RANDOM, and AUTO bucket layouts.
- Cover STRING and numeric partition transforms, UTF-8 edge values, NULL
partitions, and transform metadata.
- Cover CTAS, Parquet and ORC writes, Avro rejection, sort order,
distribution mode, multi-file flush, and concurrent commits.
- Add a P0 coverage matrix and deterministic expected outputs.
- Modify regression tests and test documentation only; no production
code is changed.
### Release note
None
### Check List (For Author)
- Test
- [x] Regression test
- Built FE and BE from the tested master commit.
- Validated with one FE and two BEs.
- Final validation batch: 11 suites, 0 failed, 0 fatal.
- Cross-checked Doris and Spark queries on the same Iceberg tables for
all positive scenarios.
- Confirmed defect reproductions are isolated behind explicit switches
so default P0 remains safe.
- Behavior changed:
- [x] No.
- Does this need documentation?
- [x] No.
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
|
run buildall |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picked from #66021