Skip to content

Fix decimal scale factor - #87

Open
aisk wants to merge 1 commit into
jcrobak:masterfrom
aisk:fix-decimal-scale
Open

Fix decimal scale factor#87
aisk wants to merge 1 commit into
jcrobak:masterfrom
aisk:fix-decimal-scale

Conversation

@aisk

@aisk aisk commented Aug 29, 2026

Copy link
Copy Markdown

parquet.thrift says the decimal value is value * 10^{-scale}, but the code used 10e-{scale}, making all decimals 10x too large.

Fixes #82

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.

issue reading byte array with precision 10 and escale 2

1 participant