You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/09 07:35:24 UTC

[jira] [Updated] (DRILL-572) regexp_replace function returns incorrect result

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

Jacques Nadeau updated DRILL-572:
---------------------------------

    Component/s: Functions - Drill
       Assignee: Mehant Baid

> regexp_replace function returns incorrect result
> ------------------------------------------------
>
>                 Key: DRILL-572
>                 URL: https://issues.apache.org/jira/browse/DRILL-572
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.0.0
>            Reporter: Krystal
>            Assignee: Mehant Baid
>
> Ran the following query from drill:
> select regexp_replace('408.123.4567', '([[:digit:]]{3})\.([[:digit:]]{3})\.([[:digit:]]{4})','(\1) \2-\3') from voter where voter_id=10;
> The following result was returned:
> +------------+
> |   EXPR$0   |
> +------------+
> | 408.123.4567 |
> +------------+
> The correct answer should be:
> (408) 123-4567



--
This message was sent by Atlassian JIRA
(v6.2#6252)