You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Venky Iyer (JIRA)" <ji...@apache.org> on 2009/02/27 09:43:12 UTC

[jira] Created: (HIVE-314) rlike is broken.

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.


[jira] Resolved: (HIVE-314) rlike is broken.

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao resolved HIVE-314.
-----------------------------

    Resolution: Duplicate

> 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.