feat: support Iceberg v3 unknown type#662
Merged
Merged
Conversation
manuzhang
marked this pull request as ready for review
May 20, 2026 11:10
wgtmac
reviewed
May 22, 2026
wgtmac
reviewed
May 22, 2026
wgtmac
reviewed
May 22, 2026
Member
|
Please rebase on the latest main as well. |
manuzhang
force-pushed
the
codex/support-unknown-v3-type
branch
2 times, most recently
from
May 22, 2026 09:50
eb195ac to
d2a34b5
Compare
Member
|
Could you please rebase to resolve conflicts? PR for v3 nano precision timestamp types has been merged. |
zhjwpku
reviewed
May 24, 2026
Member
|
@manuzhang Do you have time to revive this? |
Member
Author
|
@wgtmac Yes, I'm on a trip this week and will update a bit later. |
manuzhang
force-pushed
the
codex/support-unknown-v3-type
branch
8 times, most recently
from
May 28, 2026 11:59
87bfae0 to
34651d7
Compare
manuzhang
marked this pull request as draft
May 28, 2026 12:03
manuzhang
force-pushed
the
codex/support-unknown-v3-type
branch
6 times, most recently
from
May 29, 2026 03:58
2700fc8 to
5748be2
Compare
manuzhang
marked this pull request as ready for review
May 29, 2026 05:20
zhjwpku
reviewed
Jun 1, 2026
zhjwpku
approved these changes
Jun 3, 2026
zhjwpku
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, thanks for working on this.
Member
Author
|
@wgtmac Do you have further comments? |
wgtmac
reviewed
Jun 4, 2026
Add an Iceberg unknown primitive type and JSON, Arrow, Avro, Parquet, projection, and data path support for null-only unknown fields. Enforce optionality invariants so required projections cannot be materialized from unknown/null-only fields. Co-authored-by: Codex <codex@openai.com> test: cover forbidden nested type promotions Assert that promotion helpers reject nested type targets for unknown and regular primitive source types. Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
wgtmac
reviewed
Jun 5, 2026
wgtmac
force-pushed
the
codex/support-unknown-v3-type
branch
from
June 5, 2026 03:59
6d91634 to
cca3ff5
Compare
wgtmac
approved these changes
Jun 5, 2026
wgtmac
left a comment
Member
There was a problem hiding this comment.
I've pushed some changes to simplify this. Thanks @manuzhang for adding this and @zhjwpku for the review!
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.
Closes #665
Summary
Validation
Co-authored-by: @codex