You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/09 09:17:02 UTC

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

     [ https://issues.apache.org/jira/browse/DRILL-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau resolved DRILL-823.
----------------------------------

    Resolution: Fixed

> queries don't terminate
> -----------------------
>
>                 Key: DRILL-823
>                 URL: https://issues.apache.org/jira/browse/DRILL-823
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            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)