zhangbutao commented on code in PR #4999:
URL: https://github.com/apache/hive/pull/4999#discussion_r1449914460
##########
storage-api/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestStringExpr.java:
##########
@@ -49,6 +50,24 @@ public void test() throws Exception {
assertEquals("Testing match at end of string", 24, find(pattern, input4));
}
+ @Test
+ public void test2() throws Exception {
Review Comment:
Thanks. But i didn't reproduce the exception described in HIVE-26713 using
your qtest on master branch.
Can you confirm that this issue exists on master?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]