emkornfield commented on a change in pull request #7885: URL: https://github.com/apache/arrow/pull/7885#discussion_r465490152
########## File path: cpp/src/gandiva/precompiled/extended_math_ops_test.cc ########## @@ -87,6 +87,19 @@ TEST(TestExtendedMathOps, TestLogWithBase) { EXPECT_EQ(context1.has_error(), false); } +TEST(TestExtendedMathOps, TestRound) { + EXPECT_EQ(round_int32(7589, -1), 7590); Review comment: these tests are a little hard to read but I don't think any of them actually check rounding at the boundary (digit = 5) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org