Skip to content

fix(manifest): use LongType for positional-delete pos field per spec#27

Open
abnobdoss wants to merge 3 commits into
mainfrom
feat/mor-pr1-pos-long
Open

fix(manifest): use LongType for positional-delete pos field per spec#27
abnobdoss wants to merge 3 commits into
mainfrom
feat/mor-pr1-pos-long

Conversation

@abnobdoss

Copy link
Copy Markdown
Owner

No description provided.

Abanoub Doss added 3 commits June 23, 2026 17:58
The position-delete `pos` field (id 2147483545) is specified as a long,
but pyiceberg typed it as IntegerType (int32). Data files with more than
2**31 rows would overflow the position on write/read. Correct it to
LongType per the Iceberg spec and add round-trip coverage for positions
above the int32 range.
@abnobdoss abnobdoss closed this Jun 25, 2026
@abnobdoss abnobdoss reopened this Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant