ChinmaySKulkarni commented on a change in pull request #486: PHOENIX-5173: LIKE
and ILIKE statements return empty result list for …
URL: https://github.com/apache/phoenix/pull/486#discussion_r276897156
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/LikeExpressionIT.java
##########
@@ -430,4 +430,26 @@ public void testParameterizedLikeExpression() throws
Exception {
rs = select.executeQuery();
assertFalse(rs.next());
}
+
+ @Test
+ public void testLikeExpression5173() throws Exception {
Review comment:
please rename the test and instead add a comment pointing towards the JIRA
instead.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services