This is an automated email from the ASF dual-hosted git repository.

jeffreyvo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 80e3327aa1 minor: fix deprecated_note (#7105)
80e3327aa1 is described below

commit 80e3327aa1d3f271d181a6207e1b5584b85f8f69
Author: Ian Lai <[email protected]>
AuthorDate: Mon Feb 10 17:01:49 2025 +0800

    minor: fix deprecated_note (#7105)
    
    Co-authored-by: Ian Lai <[email protected]>
---
 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 5453fb120d..e84461f2ec 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,

Reply via email to