Evgeny Stanilovsky created IGNITE-19686:
-------------------------------------------
Summary: Sql. Erroneous processing SUBSTRING with null literals in
values
Key: IGNITE-19686
URL: https://issues.apache.org/jira/browse/IGNITE-19686
Project: Ignite
Issue Type: Bug
Components: sql
Affects Versions: 3.0.0-beta1
Reporter: Evgeny Stanilovsky
Such a case is not working for now:
{noformat}
select SUBSTRING(s from i for l) from (values ('abc', null, 2)) as t (s, i, l);
{noformat}
it will be fixed after [1] will be implemented.
[1] https://issues.apache.org/jira/browse/CALCITE-5708
--
This message was sent by Atlassian Jira
(v8.20.10#820010)