You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/24 22:10:05 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14641010#comment-14641010 ] 

ASF subversion and git services commented on GEODE-100:
-------------------------------------------------------

Commit 6ff83bcd64a14b2fe731f4468f9ab798f8cc85f7 in incubator-geode's branch refs/heads/develop from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=6ff83bc ]

GEODE-100: Nested count(*) query on pr causes NullPointerException
Query object in query execution was being used without being set for nested queries.

Reviewed by agingade


> 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)