Skip to content

Clamp only bounded numerics in iceberg tables#311

Merged
sfc-gh-abozkurt merged 2 commits intomainfrom
aykut/clamp-bounded
Apr 13, 2026
Merged

Clamp only bounded numerics in iceberg tables#311
sfc-gh-abozkurt merged 2 commits intomainfrom
aykut/clamp-bounded

Conversation

@sfc-gh-abozkurt
Copy link
Copy Markdown
Collaborator

@sfc-gh-abozkurt sfc-gh-abozkurt commented Apr 13, 2026

Unbounded (numeric) and large numerics (numeric(p,s) where p > 38) are mapped to float8 in iceberg table columns. We do not need to validate those datums. Only bounded numeric datums (e.g. numeric(10,2)) need to be validated.

Signed-off-by: Aykut Bozkurt <aykut.bozkurt@snowflake.com>
Signed-off-by: Aykut Bozkurt <aykut.bozkurt@snowflake.com>
@sfc-gh-abozkurt sfc-gh-abozkurt merged commit f59754e into main Apr 13, 2026
124 of 125 checks passed
@sfc-gh-abozkurt sfc-gh-abozkurt deleted the aykut/clamp-bounded branch April 13, 2026 06:48
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.

2 participants