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 check decimal scale equal to precision #231

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

b41sh
Copy link
Contributor

@b41sh b41sh commented Sep 8, 2023

fix decimal values can not be inserted when scale is equal to precision.
According to parquet format, Scale must be zero or a positive integer less than or equal to the precision.

@b41sh
Copy link
Contributor Author

b41sh commented Sep 8, 2023

PTAL @sundy-li @ritchie46

@sundy-li sundy-li merged commit b0e6545 into jorgecarleitao:main Sep 13, 2023
4 checks passed
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