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 22:47:01 UTC

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

Jacques Nadeau created DRILL-938:
------------------------------------

             Summary: 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: Jacques Nadeau
            Priority: Critical


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)