js8544 commented on code in PR #40970:
URL: https://github.com/apache/arrow/pull/40970#discussion_r1556816918


##########
cpp/src/gandiva/regex_functions_holder_test.cc:
##########
@@ -46,6 +46,7 @@ class TestLikeHolder : public ::testing::Test {
 };
 
 TEST_F(TestLikeHolder, TestMatchAny) {
+  regex_op.set_dot_nl(true);

Review Comment:
   Can this set_dot_nl be moved to the constructor, i.e. enable it for all test 
cases?



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