Kousuke Saruta created SPARK-4061:
-------------------------------------

             Summary: We cannot use EOL character in the operand of LIKE 
predicate.
                 Key: SPARK-4061
                 URL: https://issues.apache.org/jira/browse/SPARK-4061
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.2.0
            Reporter: Kousuke Saruta


We cannot use EOL character like \n or \r in the operand of LIKE predicate.
So following condition is never true.

{code}
-- someStr is 'hoge\nfuga'
where someStr LIKE 'hoge_fuga'
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to