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

Jacques Nadeau resolved DRILL-572.
----------------------------------

    Resolution: Won't Fix

> 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: Krystal
>             Fix For: 0.5.0
>
>
> 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)

Reply via email to