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

Zhiyong Liu updated DRILL-711:
------------------------------

    Description: 
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=63b0346761692f0a4c851e7910791c028dc3cded

  was:
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


> 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=63b0346761692f0a4c851e7910791c028dc3cded



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

Reply via email to