[ 
https://issues.apache.org/jira/browse/PHOENIX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485159#comment-15485159
 ] 

Hudson commented on PHOENIX-3046:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-4.8-HBase-1.2 #19 (See 
[https://builds.apache.org/job/Phoenix-4.8-HBase-1.2/19/])
PHOENIX-3046 NOT LIKE with wildcard unexpectedly returns results (Kevin 
(jamestaylor: rev 15d35e25b554fb35cc0b0f676f34176dbe5d384c)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/LikeExpressionIT.java


> NOT LIKE with wildcard 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, PHOENIX-3046_v2.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)

Reply via email to