You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2022/11/07 00:37:00 UTC

[jira] [Updated] (ATLAS-3353) HMS Hook does not capture the deleted column with alter table replace columns command.

     [ 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: 3.0.0
                       (was: 2.3.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: 3.0.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.20.10#820010)