[ https://issues.apache.org/jira/browse/GEODE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022009#comment-16022009 ]
ASF subversion and git services commented on GEODE-2967: -------------------------------------------------------- Commit 9c408681364973096cf4192255ec3f40d86b70bd in geode's branch refs/heads/feature/GEODE-2632-17 from [~nnag] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=9c40868 ] GEODE-2967: ResultCollection instead of StructCollection * If we have one runtime iterator which is in case of self joins, ResultSet or ResultBags are created * Otherwise StructBag or StructSets are used > Internal Errors thrown while executing queries involving self join > ------------------------------------------------------------------ > > Key: GEODE-2967 > URL: https://issues.apache.org/jira/browse/GEODE-2967 > Project: Geode > Issue Type: Bug > Components: querying > Reporter: nabarun > > Issue: > While executing queries like > SELECT * FROM /pos p1 WHERE p1.id = p1.id > leads to an internal error if Indexes are used. > Solution: > ResultCollection needs to be created instead of StructCollection in this > particular situation. -- This message was sent by Atlassian JIRA (v6.3.15#6346)