You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2022/11/01 22:51:00 UTC

[jira] [Updated] (IGNITE-18055) Sql. Support index scans with NULL conditions.

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

Andrey Mashenkov updated IGNITE-18055:
--------------------------------------
    Description: 
Query {{SELECT * FROM T1 WHERE val is null}} look fine, but next cases has to be fixed.

* {{SELECT * FROM T1 WHERE val is not null}} - returns nothing.
* {{SELECT * FROM T1 WHERE (val <= 5) or (val is null)}} - returns duplicate rows.

Startpoint is ItSecondaryIndexTest.

> Sql. Support index scans with NULL conditions.
> ----------------------------------------------
>
>                 Key: IGNITE-18055
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18055
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>
> Query {{SELECT * FROM T1 WHERE val is null}} look fine, but next cases has to be fixed.
> * {{SELECT * FROM T1 WHERE val is not null}} - returns nothing.
> * {{SELECT * FROM T1 WHERE (val <= 5) or (val is null)}} - returns duplicate rows.
> Startpoint is ItSecondaryIndexTest.



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