Taras Ledkov created IGNITE-15031:
-------------------------------------
Summary: Calcite engine. Parser fails on REPLACE function
Key: IGNITE-15031
URL: https://issues.apache.org/jira/browse/IGNITE-15031
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Taras Ledkov
The {{REPLACE}} function is declared at the calcite engine
({{SqlStdOperatorTable#REPLACE}})
but parser fails on the query:
{{SELECT REPLACE('A', 'B' 'C')}}
with error: {{Encountered "" at line 1, column 8.}}
Tests:
{{function/string/test_replace.test_ignore}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)