rlike is broken.
----------------
Key: HIVE-314
URL: https://issues.apache.org/jira/browse/HIVE-314
Project: Hadoop Hive
Issue Type: Bug
Reporter: Venky Iyer
as far as i can tell, rlike doesn't appear to work as expected:
http://dev.mysql.com/doc/refman/5.1/en/pattern-matching.html
1) it shouldn't need the ^foobar$ to match foobar; the regexp 'foo' should
match foobar
2) %foobar% should work identical to ^.*?foobar.*$ and it doesn't seem to.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.