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:35:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-19504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgeny Stanilovsky updated IGNITE-19504:
----------------------------------------
    Description: 
After [1] is done, we can proceed with functionality alignment.
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.

[1] https://issues.apache.org/jira/browse/IGNITE-19504


  was:
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.



> 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
>            Priority: Major
>              Labels: calcite2-required, calcite3-required, ignite-3
>
> After [1] is done, we can proceed with functionality alignment.
> 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.
> [1] https://issues.apache.org/jira/browse/IGNITE-19504



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