You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Tao Lu (JIRA)" <ji...@apache.org> on 2014/10/15 03:16:33 UTC

[jira] [Created] (PHOENIX-1351) LIKE is not working when the column value contains LINE FEED

Tao Lu created PHOENIX-1351:
-------------------------------

             Summary: LIKE is not working when the column value contains LINE FEED
                 Key: PHOENIX-1351
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1351
             Project: Phoenix
          Issue Type: Bug
            Reporter: Tao Lu
             Fix For: 4.0.0


select * from t where content like '%xyx%';


Above SQL is not working when "content" contains any LINE FEED (\n). It always return empty result set. 




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