pitrou commented on code in PR #14380:
URL: https://github.com/apache/arrow/pull/14380#discussion_r994627791
##########
cpp/src/arrow/json/converter_test.cc:
##########
@@ -190,9 +190,12 @@ TEST(ConverterTest, Decimal128And256) {
options.explicit_schema = schema({field("", decimal_type)});
std::string json_source = R"(
- {"" : "02.0000000000"}
- {"" : "30.0000000000"}
- )";
+ {"" : "02.0000000000"}
+ {"" : "30.0000000000"}
+ {"" : "30.01"}
+ {"" : "30.0000000000123"}
Review Comment:
Thanks. Feel free to ping once that is done. Hopefully we can get fixed in
time for 10.0.0.
--
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]