You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "hyoungjunkim (JIRA)" <ji...@apache.org> on 2013/12/20 05:36:06 UTC

[jira] [Created] (TAJO-441) count(distinct) query do not finish.

hyoungjunkim created TAJO-441:
---------------------------------

             Summary: count(distinct) query do not finish.
                 Key: TAJO-441
                 URL: https://issues.apache.org/jira/browse/TAJO-441
             Project: Tajo
          Issue Type: Bug
            Reporter: hyoungjunkim


I tried bellow query with tpc-h 100GB data.
{code}
select count(distinct l_shipmode) from lineitem;
{code}

The second execution block do not finish.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)