[
https://issues.apache.org/jira/browse/DRILL-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600294#comment-14600294
]
Jinfeng Ni commented on DRILL-3361:
-----------------------------------
+1.
> CTAS Auto Partitionning : 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: Jinfeng Ni
> 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)