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