You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kazakov (Jira)" <ji...@apache.org> on 2020/11/26 03:05:00 UTC

[jira] [Created] (IGNITE-13765) Incorrect work of predicates (< and >) in where clause with compound primary key.

Ilya Kazakov created IGNITE-13765:
-------------------------------------

             Summary: Incorrect work of predicates (< and >) in where clause with compound primary key.
                 Key: IGNITE-13765
                 URL: https://issues.apache.org/jira/browse/IGNITE-13765
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.8.1, 2.9
            Reporter: Ilya Kazakov
         Attachments: CompoundPkPredicateTest.java

Еhe combination of these two conditions results in an empty selection always, but the result must not be empty.
 * Compound primary key (2 or more columns)
 * In select query in where clause use condition on every pk-column only once and one of this conditions should be < or > 

The reproducer is attached.

 



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