himadripal commented on code in PR #7179:
URL: https://github.com/apache/arrow-rs/pull/7179#discussion_r1999978564
##########
arrow-cast/src/cast/decimal.rs:
##########
@@ -598,7 +599,20 @@ mod tests {
0_i128
);
assert_eq!(
+ parse_decimal::<Decimal128Type>("0", 38, 0)?,
+ parse_string_to_decimal_native::<Decimal128Type>("0", 0)?,
Review Comment:
once we are able to move to using parse_decimal and deprecate
parse_string_to_decimal_native , these tests will be changed to assert the
value in the message section of the assert.
--
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]