Omega359 opened a new issue, #7067: URL: https://github.com/apache/arrow-rs/issues/7067
**Describe the bug** https://github.com/apache/arrow-rs/blob/c63b81d2f01e13fbdd2fb48018005a770fbb4745/arrow-data/src/decimal.rs#L745 ```Rust #[deprecated( since = "54.1.0", note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)" )] pub const MIN_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [ ``` That I believe should be ``` note = "Use MIN_DECIMAL128_FOR_EACH_PRECISION (note indexes are different)" ``` **To Reproduce** **Expected behavior** **Additional context** -- 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]
