Andrey Mashenkov created IGNITE-16261:
-----------------------------------------

             Summary: Query with 'in' condition with a sub-query returns 
multiplicative data.
                 Key: IGNITE-16261
                 URL: https://issues.apache.org/jira/browse/IGNITE-16261
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Andrey Mashenkov
            Assignee: Andrey Mashenkov


A query like 
{code:java}
select * from T1 where T1.col1 > 0 or T1.col1 in (select T2.col1 from T2) {code}
where T1 is replicated and T2 is partitioned, may return duplicate rows on the 
multinode cluster.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to