You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kevin Liew (JIRA)" <ji...@apache.org> on 2016/07/06 22:03:11 UTC

[jira] [Created] (PHOENIX-3054) Cannot count zero null rows

Kevin Liew created PHOENIX-3054:
-----------------------------------

             Summary: Cannot count zero null rows
                 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
            Priority: Minor


Execute the following query on a table with zero null cells.
{code}
select count(*) from table where column1 is 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)