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/10 23:50:04 UTC

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

Jason Huynh created GEODE-100:
---------------------------------

             Summary: Nested count(*) query on pr causes NullPointerException
                 Key: GEODE-100
                 URL: https://issues.apache.org/jira/browse/GEODE-100
             Project: Geode
          Issue Type: Bug
            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)