You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/05/14 18:05:15 UTC

[jira] [Created] (DRILL-738) Parse failure for REPLACE function

Krystal created DRILL-738:
-----------------------------

             Summary: Parse failure for REPLACE function
                 Key: DRILL-738
                 URL: https://issues.apache.org/jira/browse/DRILL-738
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
            Reporter: Krystal


The REPLACE function which used to work before now fails with the following error:

select replace(name, 'or', 'EA') from voter where name like 'victor%';

message: "Failure while parsing sql. < SqlParseException:[ Encountered "replace" at line 1, column 8.
Was expecting one of:
    "UNION" ...
    "INTERSECT" ...
    "EXCEPT" ...
.
.
.



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