[
https://issues.apache.org/jira/browse/HIVE-29034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-29034:
----------------------------------
Labels: hive-4.1.0-must (was: )
> ALTER PARTITION CHANGE COLUMN fails with Oracle backed Hive Metastore
> ---------------------------------------------------------------------
>
> Key: HIVE-29034
> URL: https://issues.apache.org/jira/browse/HIVE-29034
> Project: Hive
> Issue Type: Bug
> Components: Standalone Metastore
> Reporter: Zhihua Deng
> Assignee: Zhihua Deng
> Priority: Major
> Labels: hive-4.1.0-must
>
> create external table altercolumn(a int, value int) partitioned by(c string);
> alter table altercolumn add partition(c='a');
> alter table altercolumn add partition(c='b');
> alter table altercolumn partition(c='a') CHANGE COLUMN value value string;
> The issue is due to deleting from CDS where SDS still has {{CD_ID}} foreign
> key pointing to CDS, which validates the integrity constraint (SDS_FK2).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)