You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Zhiyong Liu (JIRA)" <ji...@apache.org> on 2014/12/04 19:00:15 UTC

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

    [ https://issues.apache.org/jira/browse/DRILL-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234413#comment-14234413 ] 

Zhiyong Liu commented on DRILL-823:
-----------------------------------

Not happening on git.commit.id.abbrev=757e9a2

> 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
>             Fix For: 0.4.0
>
>
> 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.3.4#6332)