You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/06/19 19:40:00 UTC

[jira] [Updated] (DRILL-3324) CTAS broken with the new auto partition feature ( Not in master yet)

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

Rahul Challapalli updated DRILL-3324:
-------------------------------------
    Description: 
git.commit.id.abbrev=1f02105

I tried running a simple ctas query from stevens branch (https://github.com/StevenMPhillips/incubator-drill/tree/partitioning3) which contains the auto partition feature, and it failed with an IOOB exception. (

{code}
create table l as select l_orderkey, l_linenumber from cp.`tpch/lineitem.parquet`;
Error: SYSTEM ERROR: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0


[Error Id: a6696e99-f1c6-4ee8-abf0-a869a829a0a9 on qa-node190.qa.lab:31010] (state=,code=0)
{code}

This is just plain old ctas without the new auto partition feature which is broken.

Attached the log file.

  was:
git.commit.id.abbrev=1f02105

I tried running a simple ctas query from stevens branch which contains the auto partition feature, and it failed with an IOOB exception. Looks like it is failing during the planning level

{code}
create table l as select l_orderkey, l_linenumber from cp.`tpch/lineitem.parquet`;
Error: SYSTEM ERROR: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0


[Error Id: a6696e99-f1c6-4ee8-abf0-a869a829a0a9 on qa-node190.qa.lab:31010] (state=,code=0)
{code}

This is just plain old ctas without the new auto partition feature which is broken.

Attached the log file.


> CTAS broken with the new auto partition feature ( Not in master yet)
> --------------------------------------------------------------------
>
>                 Key: DRILL-3324
>                 URL: https://issues.apache.org/jira/browse/DRILL-3324
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization, Storage - Writer
>            Reporter: Rahul Challapalli
>            Assignee: Steven Phillips
>            Priority: Blocker
>             Fix For: 1.1.0
>
>         Attachments: error.log
>
>
> git.commit.id.abbrev=1f02105
> I tried running a simple ctas query from stevens branch (https://github.com/StevenMPhillips/incubator-drill/tree/partitioning3) which contains the auto partition feature, and it failed with an IOOB exception. (
> {code}
> create table l as select l_orderkey, l_linenumber from cp.`tpch/lineitem.parquet`;
> Error: SYSTEM ERROR: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> [Error Id: a6696e99-f1c6-4ee8-abf0-a869a829a0a9 on qa-node190.qa.lab:31010] (state=,code=0)
> {code}
> This is just plain old ctas without the new auto partition feature which is broken.
> Attached the log file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)