[
https://issues.apache.org/jira/browse/SPARK-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184623#comment-14184623
]
Apache Spark commented on SPARK-4061:
-------------------------------------
User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/2946
> 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: [email protected]
For additional commands, e-mail: [email protected]