[
https://issues.apache.org/jira/browse/DRILL-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Phillips updated DRILL-3361:
-----------------------------------
Attachment: DRILL-3361.patch
> 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: Query Planning & Optimization, Storage - Parquet
> 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)