Details
Description
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
Attachments
Issue Links
- is part of
-
IGNITE-14535 Caclite SQL engine capabilities
- Open
- links to