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

[BUG]: Exception: scale must be less than the precision #503

Closed
sierzput opened this issue Apr 25, 2024 · 1 comment
Closed

[BUG]: Exception: scale must be less than the precision #503

sierzput opened this issue Apr 25, 2024 · 1 comment
Milestone

Comments

@sierzput
Copy link
Contributor

Library Version

4.23.5

OS

Windows, Linux

OS Architecture

64 bit

How to reproduce?

  1. Create parquet file with decimal column with scale and precision set to the same value, eg. 6
  2. While loading the file exception is thrown 1 error(s) occured: scale must be less than the precision (Parameter 'scale')

According to the documentation

Scale must be zero or a positive integer less than or equal to the precision

Failing test

No response

@aloneguid aloneguid added this to the 4.24.0 milestone May 22, 2024
@sierzput
Copy link
Contributor Author

@aloneguid Can you release new version with this fix?

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

No branches or pull requests

2 participants