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)