alamb commented on code in PR #8396:
URL: https://github.com/apache/arrow-rs/pull/8396#discussion_r2369816351


##########
arrow-array/src/types.rs:
##########
@@ -1335,7 +1335,11 @@ pub trait DecimalType:
     fn format_decimal(value: Self::Native, precision: u8, scale: i8) -> String;
 
     /// Validates that `value` contains no more than `precision` decimal digits
-    fn validate_decimal_precision(value: Self::Native, precision: u8) -> 
Result<(), ArrowError>;
+    fn validate_decimal_precision(

Review Comment:
   Could you potentially add a new function with the new signature and 
deprecate the old one to ease upgrades?



-- 
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]

Reply via email to