[
https://issues.apache.org/jira/browse/IGNITE-19686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky resolved IGNITE-19686.
-----------------------------------------
Release Note: resolved in calcite
Resolution: Won't Do
> 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
> Priority: Major
> Labels: calcite3-required, ignite-3
>
> 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)