[ https://issues.apache.org/jira/browse/PHOENIX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484641#comment-15484641 ]
Hadoop QA commented on PHOENIX-3046: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12828072/PHOENIX-3046.patch against master branch at commit c3cdb2afbe60a4959237a6ac264f42322a049d1d. ATTACHMENT ID: 12828072 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/570//console This message is automatically generated. > `NOT LIKE '%'` unexpectedly returns results > ------------------------------------------- > > Key: PHOENIX-3046 > URL: https://issues.apache.org/jira/browse/PHOENIX-3046 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.7.0 > Reporter: Kevin Liew > Assignee: Kevin Liew > Priority: Minor > Labels: like, like-predicate, phoenix, regex, wildcard, wildcards > Fix For: 4.9.0, 4.8.1 > > Attachments: PHOENIX-3046.patch > > > The following returns all rows in the table when it should return no rows: > {code}select * from emp where first_name not like '%'{code} > The following returns no rows as expected: > {code}select * from emp where first_name not like '%%'{code} > first_name is a VARCHAR column -- This message was sent by Atlassian JIRA (v6.3.4#6332)