[
https://issues.apache.org/jira/browse/ATLAS-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated ATLAS-3353:
------------------------------------
Fix Version/s: (was: 2.1.0)
2.2.0
> HMS Hook does not capture the deleted column with alter table replace columns
> command.
> --------------------------------------------------------------------------------------
>
> Key: ATLAS-3353
> URL: https://issues.apache.org/jira/browse/ATLAS-3353
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 2.0.0
> Reporter: Sarath Subramanian
> Assignee: Sarath Subramanian
> Priority: Major
> Fix For: 2.2.0
>
>
> For the below commands, HMS Hook does not capture the replaced column as
> deleted entity.
> {noformat}
> create table table_with_dropped_cols_1 (id int,name string,dob date)
> alter table table_with_dropped_cols_1 replace columns (id int,name
> string,address string)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)