tustvold commented on code in PR #6836:
URL: https://github.com/apache/arrow-rs/pull/6836#discussion_r1870088629
##########
arrow-cast/src/cast/decimal.rs:
##########
@@ -156,19 +179,9 @@ where
T::Native: DecimalCast + ArrowNativeTypeOp,
{
let array: PrimitiveArray<T> = match input_scale.cmp(&output_scale) {
Review Comment:
This could be changed to `<=`
--
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]