waynexia commented on code in PR #6992: URL: https://github.com/apache/arrow-rs/pull/6992#discussion_r1923029720
########## arrow-data/src/decimal.rs: ########## @@ -654,7 +686,13 @@ pub(crate) const MIN_DECIMAL_BYTES_FOR_LARGER_EACH_PRECISION: [i256; 77] = [ ]; /// `MAX_DECIMAL_FOR_EACH_PRECISION[p-1]` holds the maximum `i128` value that can -/// be stored in [arrow_schema::DataType::Decimal128] value of precision `p` +/// be stored in a [`Decimal128`] value of precision `p` +/// +/// [`Decimal128`]: arrow_schema::DataType::Decimal128 +#[deprecated( + since = "54.1.0", + note = "Use MAX_DECIMAL128_FOR_EACH_PRECISION (note indexes are different)" Review Comment: 👍 -- 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]
