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/16 23:16:11 UTC

[jira] [Updated] (DRILL-938) Simplifed SF100 TPCH query returns incorrect results

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

Jacques Nadeau updated DRILL-938:
---------------------------------

    Assignee: Aman Sinha  (was: Jacques Nadeau)

> Simplifed SF100 TPCH query returns incorrect results
> ----------------------------------------------------
>
>                 Key: DRILL-938
>                 URL: https://issues.apache.org/jira/browse/DRILL-938
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Operators
>            Reporter: Jacques Nadeau
>            Assignee: Aman Sinha
>            Priority: Critical
>             Fix For: 1.0.0-BETA1
>
>
> This simplified query is dropping records.  Should return 150M, returns 146,485,463.
> {code}
> select
>  count(*) 
> from
>   customer c,
>   orders o
> where
>   c.c_custkey = o.o_custkey
> {code}



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