Jungtaek Lim created CALCITE-1419:
-------------------------------------
Summary: Some of JDBC string functions are not working: LOCATE
with 3 params, LTRIM, RTRIM
Key: CALCITE-1419
URL: https://issues.apache.org/jira/browse/CALCITE-1419
Project: Calcite
Issue Type: Bug
Reporter: Jungtaek Lim
Assignee: Julian Hyde
Below three functions are not working properly:
{noformat}
{fn LOCATE(string1, string2 [, integer])}
{fn LTRIM(string)}
{fn RTRIM(string)}
{noformat}
They're on supported list on SQL reference page, but in
SqlOperatorBaseTest.testJdbcFn(), thery're marked as 'not works' with the
reason.
Either moving them to 'Not implemented' on page or fixing them is necessary.
What would be better?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)