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/05/24 00:38:02 UTC

[jira] [Created] (DRILL-832) verification fails for hash join

Zhiyong Liu created DRILL-832:
---------------------------------

             Summary: verification fails for hash join
                 Key: DRILL-832
                 URL: https://issues.apache.org/jira/browse/DRILL-832
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
            Reporter: Zhiyong Liu


Datasources: TPCH (10MB), three-way split parquet files
git.commit.id.abbrev=92408f1
git.commit.id=92408f193043fa3049d114930a97ecf2332e08c0


A large amount of discrepant data for the following query:

2014-05-23 14:44:27 INFO  DrillTestBase:275 - Submitting query:
/root/open-source-drill-test/testing/framework/resources/tpch-smoke/testcases/join10-hash.q : alter session set `planner.enable_mergejoin` = false
2014-05-23 14:44:27 INFO  DrillTestBase:275 - Submitting query:
/root/open-source-drill-test/testing/framework/resources/tpch-smoke/testcases/join10-hash.q :
select o.O_TOTALPRICE
    from customer c, orders o
    where c.C_CUSTKEY = o.O_CUSTKEY



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