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]: Reading decimal fields ignores precision and scale #482

Closed
sierzput opened this issue Feb 28, 2024 · 0 comments
Closed

[BUG]: Reading decimal fields ignores precision and scale #482

sierzput opened this issue Feb 28, 2024 · 0 comments
Milestone

Comments

@sierzput
Copy link
Contributor

sierzput commented Feb 28, 2024

Library Version

4.23.4

OS

Windows, Linux

OS Architecture

AMD64, ARM64

How to reproduce?

  1. Create parquet file (eg. using external tool) with decimal fields with precision and scale different than defaults (eg. precision = 29, scale = 6).
  2. Read parquet table.
  3. Write parquet to new file.
  4. Output file has decimal fields with default precision and scale (precision = 38, scale = 18)

Failing test

No response

@aloneguid aloneguid added this to the 4.24.0 milestone Apr 4, 2024
@aloneguid aloneguid modified the milestones: 4.24.0, 4.23.5 Apr 4, 2024
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