You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Akash R Nilugal (Jira)" <ji...@apache.org> on 2019/08/29 06:58:00 UTC

[jira] [Updated] (CARBONDATA-3506) Alter table add, drop, rename and datatype change fails with hive compatile property

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

Akash R Nilugal updated CARBONDATA-3506:
----------------------------------------
    Description: 
1. Alter table add, drop, rename and datatype change fails on partition table with hive compatile property

when hive.metastore.disallow.incompatible.col.type.changes is set true, add column or any alter fails on parition table in spark 2.2 and above

2. when table has only two columns with one as partition column, if we allow dropping of non partition column, then it will like table with all the columns as partition column , which is invalid, and fails with above property as true. so block this operation.

  was:
Alter table add, drop, rename and datatype change fails on partition table with hive compatile property

when hive.metastore.disallow.incompatible.col.type.changes is set true, add column or any alter fails on parition table in spark 2.2 and above


> Alter table add, drop, rename and datatype change fails with hive compatile property
> ------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-3506
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3506
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Akash R Nilugal
>            Assignee: Akash R Nilugal
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> 1. Alter table add, drop, rename and datatype change fails on partition table with hive compatile property
> when hive.metastore.disallow.incompatible.col.type.changes is set true, add column or any alter fails on parition table in spark 2.2 and above
> 2. when table has only two columns with one as partition column, if we allow dropping of non partition column, then it will like table with all the columns as partition column , which is invalid, and fails with above property as true. so block this operation.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)