You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2016/11/02 23:50:58 UTC

[jira] [Created] (DRILL-4991) NPE when running CTAS auto partition on date and varchar columns

Rahul Challapalli created DRILL-4991:
----------------------------------------

             Summary: NPE when running CTAS auto partition on date and varchar columns
                 Key: DRILL-4991
                 URL: https://issues.apache.org/jira/browse/DRILL-4991
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - Parquet
            Reporter: Rahul Challapalli


git.commit.id.abbrev=4ee1d4c

The below ctas query fails with NPE
{code}
create table item_multipart partition by (i_rec_start_date, i_size) as select * from item;
Error: SYSTEM ERROR: NullPointerException

Fragment 0:0

[Error Id: 0f861e32-4d14-461e-bfc3-b75fd3ac6668 on qa-node190.qa.lab:31010] (state=,code=0)
{code}

There are null values for i_size column for some of the records. Still not sure if this is expected though. This is also happening in drill 1.8 as well



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