Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0-beta1
-
None
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 :
select left('Chicago', 5)
will throw: NoSuchMethodException, the goal of this issue is functionality aligment for such of undeclared functions and append additional tests.
Need to register :
SqlLibraryOperators.ENDS_WITH
SqlLibraryOperators.STARTS_WITH
Attachments
Issue Links
- incorporates
-
IGNITE-15003 Calcite engine. Function argument is not casted implicitly
- Open