[
https://issues.apache.org/jira/browse/PHOENIX-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15466790#comment-15466790
]
Hudson commented on PHOENIX-3054:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1381 (See
[https://builds.apache.org/job/Phoenix-master/1381/])
PHOENIX-3054 Counting zero null rows returns an empty result set
(ankitsinghal59: rev 7827178b7addbd336d5a5c3b12a4e1b764f0f74a)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/MergeSortResultIterator.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/AggregateQueryIT.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ViewIndexIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/BaseQueryPlan.java
> Counting zero null rows returns an empty result set
> ---------------------------------------------------
>
> Key: PHOENIX-3054
> URL: https://issues.apache.org/jira/browse/PHOENIX-3054
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.7.0
> Reporter: Kevin Liew
> Assignee: Ankit Singhal
> Priority: Minor
> Labels: count, count(*), null, sql
> Fix For: 4.9.0, 4.8.1
>
> Attachments: PHOENIX-3054.patch, PHOENIX-3054_v1.patch
>
>
> Execute the following query on a table with zero null cells.
> {code}
> select count(*) from table where column1 = null
> {code}
> The result set should consist of one cell with the value `0` but the result
> set is empty.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)