Skip to content

fix: apply 1.11 Iceberg diff changes from #4991 to other versions#5020

Merged
mbutrovich merged 1 commit into
apache:mainfrom
mbutrovich:fix_iceberg_diffs
Jul 24, 2026
Merged

fix: apply 1.11 Iceberg diff changes from #4991 to other versions#5020
mbutrovich merged 1 commit into
apache:mainfrom
mbutrovich:fix_iceberg_diffs

Conversation

@mbutrovich

@mbutrovich mbutrovich commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

main builds fail the Iceberg builds for 1.8, 1.9, and 1.10 because I neglected to apply the same changes I made to 1.11 in #4991.

What changes are included in this PR?

Apple the 1.11 Iceberg diff changes from #4991 to 1.8, 1.9, and 1.10.

How are these changes tested?

Existing CI. I'll stick the run-iceberg-tests label on here so we should run all versions like main builds do. I should have done that on #4991.

@mbutrovich mbutrovich added this to the 1.0.0 milestone Jul 24, 2026
@mbutrovich mbutrovich self-assigned this Jul 24, 2026
@mbutrovich mbutrovich changed the title ci: apply 1.11 Iceberg diffs from #4991 to other versions ci: apply 1.11 Iceberg diff changes from #4991 to other versions Jul 24, 2026
@mbutrovich mbutrovich changed the title ci: apply 1.11 Iceberg diff changes from #4991 to other versions fix: apply 1.11 Iceberg diff changes from #4991 to other versions Jul 24, 2026

assertThatThrownBy(() -> writeAndValidate(writeSchema, expectedSchema))
- .has(
- new Condition<>(

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't throw this exact class, but the check for the error message is still valid.

@mbutrovich

Copy link
Copy Markdown
Contributor Author

Thanks for the quick review, @andygrove! I'll get this in once CI goes green to fix the main builds.

@mbutrovich
mbutrovich merged commit 8324fe9 into apache:main Jul 24, 2026
58 of 59 checks passed
@mbutrovich
mbutrovich deleted the fix_iceberg_diffs branch July 24, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants