You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2014/10/27 00:54:34 UTC

[jira] [Resolved] (SPARK-4061) We cannot use EOL character in the operand of LIKE predicate.

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

Michael Armbrust resolved SPARK-4061.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

Issue resolved by pull request 2908
[https://github.com/apache/spark/pull/2908]

> 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
>             Fix For: 1.2.0
>
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org