You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergi Vladykin (JIRA)" <ji...@apache.org> on 2017/04/02 12:36:42 UTC

[jira] [Resolved] (IGNITE-2913) SQL query with EXISTS() expression fails on partitioned cache.

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

Sergi Vladykin resolved IGNITE-2913.
------------------------------------
    Resolution: Fixed

Merged to master at f726dc483a9e406b0149a6afffc38026b43ccbc5



> SQL query with EXISTS() expression fails on partitioned cache.
> --------------------------------------------------------------
>
>                 Key: IGNITE-2913
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2913
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergi Vladykin
>            Assignee: Sergi Vladykin
>
> {code}
> select name from Person p where exists(select 1 from Organization o where p.orgId = o.id)
> {code}
> {code}
> org.apache.ignite.IgniteCheckedException: Unsupported expression: EXISTS(...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)