You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kevin Liew (JIRA)" <ji...@apache.org> on 2016/01/29 23:44:39 UTC

[jira] [Resolved] (PHOENIX-2643) LIKE predicate single-character wildcard '_' does not match any characters in a CHAR column

     [ https://issues.apache.org/jira/browse/PHOENIX-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Liew resolved PHOENIX-2643.
---------------------------------
       Resolution: Invalid
    Fix Version/s: 4.7.0

Nevermind, I was testing against a column with a newline, which is another issue.
PHOENIX-2645

> LIKE predicate single-character wildcard '_' does not match any characters in a CHAR column
> -------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-2643
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2643
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.7.0
>         Environment: Phoenix 4.7.0 on Calcite 1.5
>            Reporter: Kevin Liew
>             Fix For: 4.7.0
>
>
> {code}select at1.col3 from at1 group by at1.col3 having at1.col3 like 'A_';{code}
> returns no results despite containing a value 'AA'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)