Map renamed Iceberg columns by field ID - #84
Merged
Merged
Conversation
osipovartem
force-pushed
the
iceberg-field-id-read-df55
branch
2 times, most recently
from
September 22, 2026 10:47
6b0ab7a to
4d6900b
Compare
osipovartem
force-pushed
the
iceberg-field-id-read-df55
branch
from
September 22, 2026 10:47
4d6900b to
51a3823
Compare
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.
Summary
Performance
DefaultPhysicalExprAdapterfast pathWhy
Iceberg column renames preserve field IDs and do not rewrite existing Parquet files. The previous adapter resolved ordinary columns by name, causing renamed non-null columns to fail as physically missing.
Validation
cargo +1.95.0 test -p datafusion_iceberg --lib --locked(83/83)cargo +1.95.0 clippy -p datafusion_iceberg --lib --tests --locked -- -D warningsArc::ptr_eqbetween the physical and renamed output arrays