viirya commented on code in PR #1767:
URL: https://github.com/apache/arrow-rs/pull/1767#discussion_r885939424
##########
arrow/src/array/array_binary.rs:
##########
@@ -1486,7 +1486,7 @@ mod tests {
192, 219, 180, 17, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 36, 75,
238, 253,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
];
- let array_data = ArrayData::builder(DataType::Decimal(23, 6))
+ let array_data = ArrayData::builder(DataType::Decimal(38, 6))
Review Comment:
Caught this invalid decimal value by decimal check in full validation.
Increasing precision to pass it.
--
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]