[
https://issues.apache.org/jira/browse/DRILL-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhiyong Liu resolved DRILL-832.
-------------------------------
Resolution: Fixed
Re-tested it using the test framework without limiting or using order by, and
test passed verification:
git.commit.id.abbrev=fb2091a
git.commit.id=fb2091ad74bc677b309e5d32d375729dd5bf45bc
> verification fails for hash join
> --------------------------------
>
> Key: DRILL-832
> URL: https://issues.apache.org/jira/browse/DRILL-832
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Operators
> Reporter: Zhiyong Liu
> Assignee: Zhiyong Liu
> Priority: Critical
> Fix For: 1.0.0-BETA1
>
>
> 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)