lriggs commented on code in PR #50112:
URL: https://github.com/apache/arrow/pull/50112#discussion_r3416926251


##########
cpp/src/gandiva/precompiled/time_test.cc:
##########
@@ -1172,7 +1242,7 @@ TEST(TestTime, TestCastNullableInterval) {
   EXPECT_EQ(castNULLABLEINTERVALYEAR_int64(context_ptr, 1201), 1201);
   // validate overflow error when using bigint as input
   castNULLABLEINTERVALYEAR_int64(context_ptr, INT64_MAX);
-  EXPECT_EQ(context.get_error(), "Integer overflow");
+  EXPECT_NE(context.get_error().find("Integer overflow"), std::string::npos);

Review Comment:
   Fixed. I had fixed these locally but forgot to push my commit.



-- 
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]

Reply via email to