You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (JIRA)" <ji...@apache.org> on 2019/07/31 08:47:00 UTC

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

Sarath Subramanian created ATLAS-3353:
-----------------------------------------

             Summary: 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
             Fix For: 2.1.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
(v7.6.14#76016)