From 80e3327aa1d3f271d181a6207e1b5584b85f8f69 Mon Sep 17 00:00:00 2001 From: Ian Lai <108986288+Chen-Yuan-Lai@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:01:49 +0800 Subject: [PATCH] minor: fix deprecated_note (#7105) Co-authored-by: Ian Lai --- arrow-data/src/decimal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-data/src/decimal.rs b/arrow-data/src/decimal.rs index 5453fb120d3..e84461f2ec3 100644 --- a/arrow-data/src/decimal.rs +++ b/arrow-data/src/decimal.rs @@ -742,7 +742,7 @@ pub const MAX_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [ #[allow(dead_code)] // no longer used but is part of our public API #[deprecated( since = "54.1.0", - note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)" + note = "Use MIN_DECIMAL128_FOR_EACH_PRECISION (note indexes are different)" )] pub const MIN_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [ -9,