himadripal commented on code in PR #7021:
URL: https://github.com/apache/arrow-rs/pull/7021#discussion_r1946719417
##########
arrow-cast/src/cast/mod.rs:
##########
@@ -9966,6 +10019,395 @@ mod tests {
);
}
+ #[test]
+ fn test_decimal128_to_decimal128_coverage() {
+ let test_cases = [
+ // increase precision, increase scale, infallible
+ DecimalCastTestConfig {
Review Comment:
nit: input_prec can be first param and then input_scale, for readability.
`Decimal(precision, scale)`
--
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]