Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rust): adhere to protocol for Decimal #2332

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

ion-elgreco
Copy link
Collaborator

Description

We weren't adhering to the protocol here, so we were permitting larger than precision/scale 38 to end up in the metadata.

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Mar 24, 2024
@rtyler rtyler merged commit abafd2d into delta-io:main Mar 25, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decimal types are not checked against max precision/scale at table creation
3 participants