You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Keuntae Park (JIRA)" <ji...@apache.org> on 2014/03/05 05:35:43 UTC

[jira] [Created] (TAJO-656) Should print zero for count() when no row matches the given condition

Keuntae Park created TAJO-656:
---------------------------------

             Summary: Should print zero for count() when no row matches the given condition
                 Key: TAJO-656
                 URL: https://issues.apache.org/jira/browse/TAJO-656
             Project: Tajo
          Issue Type: Improvement
            Reporter: Keuntae Park
            Priority: Trivial


{noformat}
select count(*) from A where A.a = 'a';
{noformat}
When a table has no row that matches the given condition, it returns
{noformat}
?count
-------------------------------
{noformat}

I think return should be 
{noformat}
?count
-------------------------------
0
{noformat}




--
This message was sent by Atlassian JIRA
(v6.2#6252)