viirya commented on code in PR #2232:
URL: https://github.com/apache/arrow-rs/pull/2232#discussion_r933708560
##########
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:
Like Decimal128 case #1766, C++ doesn't perform validation in Decimal
builders. It only does validation when doing a full validating ArrayData.
--
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]