pitrou commented on code in PR #35997:
URL: https://github.com/apache/arrow/pull/35997#discussion_r1229418289
##########
cpp/src/arrow/util/decimal_test.cc:
##########
@@ -802,34 +814,21 @@ class TestDecimalFromReal : public ::testing::Test {
const std::vector<ParamType> params{
// clang-format off
{0.0f, 1, 0, "0"},
- {-0.0f, 1, 0, "0"},
Review Comment:
Because `CheckDecimalFromReal` and `CheckDecimalFromRealIntegerString` now
automatically deduce the negative test cases from the positive ones.
--
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]