You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2016/01/15 07:14:53 UTC

[jira] [Closed] (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 ]

Anthony Baker closed GEODE-100.
-------------------------------

> 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
>             Fix For: 1.0.0-incubating.M1
>
>
> 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)