You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Zhiyong Liu (JIRA)" <ji...@apache.org> on 2014/05/23 01:51:05 UTC

[jira] [Created] (DRILL-823) queries don't terminate

Zhiyong Liu created DRILL-823:
---------------------------------

             Summary: queries don't terminate
                 Key: DRILL-823
                 URL: https://issues.apache.org/jira/browse/DRILL-823
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
            Reporter: Zhiyong Liu


Datasources: TPCH (10MB), three-way split parquet files
git.commit.id.abbrev=2fad21d
git.commit.id=2fad21d5a6ec43bb68fb989e48b6da180f23f73a


select o.O_TOTALPRICE, c.C_NAME
   from orders o, customer c
   where o.C_CUSTKEY = c.C_CUSTKEY and o.O_TOTALPRICE > 400000.00
   order by o.O_TOTALPRICE



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