Skip to content

Conversation

@sarutak
Copy link
Member

@sarutak sarutak commented Oct 26, 2014

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

-- someStr is 'hoge\nfuga'
where someStr LIKE 'hoge_fuga'

@sarutak
Copy link
Member Author

sarutak commented Oct 26, 2014

This PR is mirror of #2908.
Build configuration in #2908 may be broken so trying to create another branch.

@SparkQA
Copy link

SparkQA commented Oct 26, 2014

Test build #22250 has finished for PR 2946 at commit 75bf95b.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@sarutak sarutak force-pushed the like-predicate-modification branch from 75bf95b to 226bc34 Compare October 26, 2014 19:40
@SparkQA
Copy link

SparkQA commented Oct 26, 2014

Test build #22251 has finished for PR 2946 at commit 226bc34.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@sarutak sarutak closed this Oct 26, 2014
@sarutak sarutak deleted the like-predicate-modification branch April 11, 2015 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants