ByteBaker opened a new pull request, #10304: URL: https://github.com/apache/arrow-rs/pull/10304
# Which issue does this PR close? - Refs #5793. - Follow-up to #6413. # Rationale for this change The issue was discussed in the PR and issue mentioned above and it was agreed [here](https://github.com/apache/arrow-rs/issues/5793#issuecomment-2362484895) that we should update the docs. We just never got to actually doing it. # What changes are included in this PR? Updates the `Decimal32`, `Decimal64`, `Decimal128`, and `Decimal256` docs to explain that negative scale rounds values to the left of the decimal point, and that precision is the maximum number of non-rounded digits. Also adds an example showing how a value is rounded and represented internally. # Are these changes tested? Ran fmt. Doc only changes, no other test required. No runtime tests were added because this is a documentation-only change. # Are there any user-facing changes? Documentation only. No API or behavior changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
