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/12/12 03:07:46 UTC

[jira] [Closed] (DRILL-3361) CTAS Auto Partitioning: Fails when we use boolean as the partition type

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

Rahul Challapalli closed DRILL-3361.
------------------------------------

Verified and added a test case

> CTAS Auto Partitioning: Fails when we use boolean as the partition type
> -----------------------------------------------------------------------
>
>                 Key: DRILL-3361
>                 URL: https://issues.apache.org/jira/browse/DRILL-3361
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types
>            Reporter: Rahul Challapalli
>            Assignee: Steven Phillips
>             Fix For: 1.1.0
>
>         Attachments: DRILL-3361.patch, error.log
>
>
> git.commit.id.abbrev=5a34d81
> The below query fails :
> {code}
> create table region partition by (r_bool) as select r.*, true r_bool from cp.`tpch/region.parquet` r;
> Error: SYSTEM ERROR: 
> Fragment 0:0
> [Error Id: 0b6baadc-034b-47d2-9edd-f2c8752de571 on qa-node190.qa.lab:31010] (state=,code=0)
> {code}
> I attached the log file



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