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 20:28:39 UTC

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

Kevin Liew created PHOENIX-2643:
-----------------------------------

             Summary: 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


{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)