You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Artem Shutak (JIRA)" <ji...@apache.org> on 2015/03/16 19:16:38 UTC

[jira] [Created] (IGNITE-493) IgniteVsH2QueryTest # testSimpleJoin don't pass

Artem Shutak created IGNITE-493:
-----------------------------------

             Summary: IgniteVsH2QueryTest # testSimpleJoin don't pass
                 Key: IGNITE-493
                 URL: https://issues.apache.org/jira/browse/IGNITE-493
             Project: Ignite
          Issue Type: Bug
            Reporter: Artem Shutak
            Assignee: Sergi Vladykin


See IgniteVsH2QueryTest # testSimpleJoin. 

select id, firstName, lastName from Person where Person.id = 3 - works as expected.

but for

select Person.firstName from Person, Purchase where Person.id = 3 

Ignite cache returns 0 results.

I believe, that failed queries from testCrossCache have the same root cause.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)