You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2017/06/05 19:56:04 UTC

[jira] [Resolved] (GEODE-2967) Internal Errors thrown while executing queries involving self join

     [ https://issues.apache.org/jira/browse/GEODE-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nabarun resolved GEODE-2967.
----------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> 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
>             Fix For: 1.2.0
>
>
> 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)