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

[jira] [Created] (DRILL-711) join query fails with split file tables

Zhiyong Liu created DRILL-711:
---------------------------------

             Summary: join query fails with split file tables
                 Key: DRILL-711
                 URL: https://issues.apache.org/jira/browse/DRILL-711
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Zhiyong Liu


Split parquet files for part and partsupp into three separate files.

0: jdbc:drill:schema=dfs.TpcHMulti> select p.p_partkey
. . . . . . . . . . . . . . . . . >    from part p, partsupp ps
. . . . . . . . . . . . . . . . . >    where p.p_partkey = ps.ps_partkey
. . . . . . . . . . . . . . . . . >               and p.p_size = 41
. . . . . . . . . . . . . . . . . > order by p.p_partkey
. . . . . . . . . . . . . . . . . > limit 20;
Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "2c3ee611-9eaa-49a1-8d9e-9c6ce14672f7"
endpoint {
  address: "perfnode104.perf.lab"
  user_port: 31010
  control_port: 31011
  data_port: 31012
}
error_type: 0
message: "Failure while running fragment. < ArrayIndexOutOfBoundsException:[ 29301 ]"
]
Error: exception while executing query (state=,code=0)

Note that both of the following query executed:

select p_partkey from part;
select ps_partkey from partsupp;

git.commit.id.abbrev=63b0346



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