scovich opened a new pull request, #7776: URL: https://github.com/apache/arrow-rs/pull/7776
# Which issue does this PR close? * Relates to https://github.com/apache/arrow-rs/issues/7697 * Part of https://github.com/apache/arrow-rs/issues/6736 # Rationale for this change As a follow-up to https://github.com/apache/arrow-rs/pull/7738, we should verify that the unscaled integer value fits in the max precision (scale factor was already validated). # What changes are included in this PR? Add the missing checking, and add missing unit tests for both precision and scale. Also move the `VariantDecimalXX` structs to their own mod. # Are these changes tested? Yes, see above. # Are there any user-facing changes? No. Public re-rexport of the moved structs. -- 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]
