You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2015/07/24 22:14:06 UTC

[jira] [Resolved] (GEODE-100) Nested count(*) query on pr causes NullPointerException

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

Jason Huynh resolved GEODE-100.
-------------------------------
    Resolution: Fixed

> Nested count(*) query on pr causes NullPointerException
> -------------------------------------------------------
>
>                 Key: GEODE-100
>                 URL: https://issues.apache.org/jira/browse/GEODE-100
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Jason Huynh
>            Assignee: Jason Huynh
>
> Executing a nested count query, where the from clause is a partitioned region, will cause a NullPointerException to be thrown.  
> For example, a query such as:
> SELECT distinct COUNT(*) FROM (SELECT DISTINCT tr.id, tr.domain FROM /TEST_REGION tr)



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