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)