liukun4515 commented on code in PR #2232:
URL: https://github.com/apache/arrow-rs/pull/2232#discussion_r933705011
##########
integration-testing/src/lib.rs:
##########
@@ -618,6 +618,10 @@ fn array_from_json(
}
DataType::Decimal256(precision, scale) => {
let mut b = Decimal256Builder::new(json_col.count, *precision,
*scale);
+ // C++ interop tests involve incompatible decimal values
Review Comment:
@viirya
Hi java or c++ version, Does the decimal builder or the decimal array has
the validation for the input value?
If there is no validation, how to make sure all of the element of the
decimal array are valid?
--
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]