neilconway opened a new pull request, #10997: URL: https://github.com/apache/arrow-rs/pull/10997
# Which issue does this PR close? - N/A # Rationale for this change Add `format_decimal.rs`, which formats arrays of 8192 random values through ArrayFormatter like `format_temporal.rs` does, for Decimal32, Decimal64, Decimal128 and Decimal256 at representative precisions and scales, with digit counts that cover values below the scale, values that fit an i128 and the widest Decimal256 values. There was previously no benchmark that covered formatting decimals. # What changes are included in this PR? See above. # Are these changes tested? Yes. # Are there any user-facing changes? No. -- 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]
