You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2023/05/17 12:31:00 UTC

[jira] [Created] (IGNITE-19504) Sql. Align difference between ignite and calcite runtime available functions.

Evgeny Stanilovsky created IGNITE-19504:
-------------------------------------------

             Summary: Sql. Align difference between ignite and calcite runtime available functions.
                 Key: IGNITE-19504
                 URL: https://issues.apache.org/jira/browse/IGNITE-19504
             Project: Ignite
          Issue Type: Improvement
          Components: sql
    Affects Versions: 3.0.0-beta1
            Reporter: Evgeny Stanilovsky


IgniteSqlOperatorTable declare runtime available functions, thus undeclared functionality is not available for now, for example : 

{noformat}
select left('Chicago', 5)
{noformat}

will throw: NoSuchMethodException, the goal of this issue is functionality aligment for such of undeclared functions and append additional tests.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)