-
Notifications
You must be signed in to change notification settings - Fork 810
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
Numeric overflow when formatting Decimal type #710
Labels
Comments
sergiimk
added a commit
to kamu-data/arrow-rs
that referenced
this issue
Aug 26, 2021
sergiimk
added a commit
to kamu-data/arrow-rs
that referenced
this issue
Aug 26, 2021
sergiimk
added a commit
to kamu-data/arrow-rs
that referenced
this issue
Aug 26, 2021
alamb
pushed a commit
that referenced
this issue
Aug 29, 2021
alamb
pushed a commit
that referenced
this issue
Sep 9, 2021
alamb
added a commit
that referenced
this issue
Sep 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When attempting to print out records using
arrow::util::pretty::print_batches
I get the following panic:Schema of the parquet file I'm reading:
To Reproduce
I would provide the parquet file, but the dataset has sensitive info. Let me know if you can't reproduce and I'll create fake data.
Expected behavior
Decimal values print out without panics
The text was updated successfully, but these errors were encountered: