projjal commented on code in PR #14579:
URL: https://github.com/apache/arrow/pull/14579#discussion_r1019594151
##########
cpp/src/gandiva/tests/filter_test.cc:
##########
@@ -414,6 +414,39 @@ TEST_F(TestFilter, TestLike) {
// Validate results
EXPECT_ARROW_ARRAY_EQUALS(exp, selection_vector->ToArray());
+
+ auto literal_escape_pattern =
+ TreeExprBuilder::MakeStringLiteral("%tu^_security^_freeze%");
Review Comment:
can you use an example with an escape character followed by an escape
character. for example "^^" here
--
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]