I see in your code that you implemented collocation correctly. Person and PersondDetail with the same equivalentId were mapped on the same partition. But I don't know what you want to get by sql (don't know your use case). SQL returns incorrect data?
On Mon, Jan 2, 2017 at 3:21 PM, Anil <[email protected]> wrote: > Hi Nikolay, > > If i am not wrong, unit test case worked. i am able to see the count from > the group by query. Am I missing anything ? > > Thanks. > > On 2 January 2017 at 17:43, Nikolai Tikhonov <[email protected]> wrote: > >> Hi Anil! >> >> In your case we faced with the following issue: >> https://issues.apache.org/jira/browse/IGNITE-3860. It's mean that >> ignite will not execute any distributed joins inside of this subquery. For >> more details about the issue you can read the following thread: >> http://apache-ignite-developers.2346864.n4.nabble.co >> m/SELECT-subqueries-in-DML-statements-td13298.html >> >> Thanks, >> Nikolay >> >> On Mon, Jan 2, 2017 at 2:21 PM, Anil <[email protected]> wrote: >> >>> attached the files. thanks. >>> >>> >>> On 2 January 2017 at 12:07, Anil <[email protected]> wrote: >>> >>>> Hi Val, >>>> >>>> I created sample unit test and it is working i guess. Not sure why it >>>> is not working on actual cluster. i will take a look. >>>> >>>> Can you please check if that test is correct or not ? thanks. >>>> >>>> On 30 December 2016 at 01:24, vkulichenko < >>>> [email protected]> wrote: >>>> >>>>> Anil, >>>>> >>>>> Can you create a unit test that will demonstrate the problem? >>>>> >>>>> -Val >>>>> >>>>> >>>>> >>>>> -- >>>>> View this message in context: http://apache-ignite-users.705 >>>>> 18.x6.nabble.com/Affinity-tp9744p9803.html >>>>> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >>>>> >>>> >>>> >>> >> >
