You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2021/04/22 11:50:02 UTC

[jira] [Updated] (IGNITE-14573) Calcite. Fix composite objects comparator

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

Taras Ledkov updated IGNITE-14573:
----------------------------------
    Summary: Calcite. Fix composite objects comparator  (was: Calcite. Fix compare composite objects)

> Calcite. Fix composite objects comparator
> -----------------------------------------
>
>                 Key: IGNITE-14573
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14573
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>              Labels: calcite
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> As a result, insert with further read operations will fail.
> For example:
> {code:java}
>     CREATE TABLE IF NOT EXISTS test (id INTEGER, a INTEGER);
>     INSERT INTO test VALUES (1, 1), (2, 2), (3, 3), (4, NULL);"
>     UPDATE test SET a=CASE WHEN id=1 THEN 7 ELSE NULL END WHERE id <= 2";
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)