[FEA] Add Iceberg fast test matrix [fast-ut] - #15876
Open
liurenjie1024 wants to merge 4 commits into
Open
Conversation
Signed-off-by: Ray Liu <liurenjie2008@gmail.com>
Contributor
Greptile SummaryThe PR adds a validated Spark-to-Iceberg compatibility matrix and uses it to expand CI coverage while reducing local Hadoop-catalog runtime.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
Matrix[iceberg-versions.yml] --> Reader[get_iceberg_versions.py]
Pom[pom.xml Spark shims] --> Reader
Reader --> Validation{Matrix valid?}
Validation -- No --> Fail[Fail CI selection]
Validation -- Yes --> Versions[Supported Iceberg versions]
Versions --> Premerge[Premerge version detection]
Versions --> Local[Local Hadoop catalog tests]
Versions --> REST[REST catalog tests]
Versions --> S3[S3 Tables tests]
Local --> Fast[ICEBERG_TEST_FAST_RUN=1]
Fast --> Reduced[Reduced local test suite]
Reviews (3): Last reviewed commit: "Clarify Iceberg matrix derivation" | Re-trigger Greptile |
liurenjie1024
marked this pull request as draft
September 2, 2026 09:17
liurenjie1024
commented
Sep 4, 2026
Signed-off-by: Ray Liu <liurenjie2008@gmail.com>
Signed-off-by: Ray Liu <liurenjie2008@gmail.com>
liurenjie1024
marked this pull request as ready for review
September 4, 2026 06:36
liurenjie1024
commented
Sep 4, 2026
Signed-off-by: Ray Liu <liurenjie2008@gmail.com>
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.
Fixes #15875.
Description
Expand Iceberg integration-test coverage across the supported Spark and Iceberg version matrix without running the complete test suite for every combination.
This change:
iceberg/iceberg-versions.yml, based on Apache Iceberg's Spark patch baselines.ICEBERG_TEST_FAST_RUN=1so the expanded matrix remains practical.AI assistance disclosure: This change and pull request description were prepared with Codex and reviewed by the author before submission and update.
Testing performed:
pom.xml.git diff --check.Full GPU integration tests were not run locally because the required built artifacts and GPU test environment were unavailable.
Checklists
Documentation
Testing
(Please provide the names of the existing tests in the PR description.)
Performance