Dharshana M Krishnamoorthy created ATLAS-4195:
-------------------------------------------------
Summary: [Atlas: Audits] 2 entries are created in audits when
"replace columns" command is executed in hive
Key: ATLAS-4195
URL: https://issues.apache.org/jira/browse/ATLAS-4195
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Dharshana M Krishnamoorthy
Attachments: Screenshot 2021-03-12 at 10.31.13 AM.png
While performing an update operation "replace columns" 2 entries are created in
atlas
*Steps to repro:*
{code:java}
create table test_table_1(name string, eid int);
alter table test_table_1 replace columns(ename string, eid int, dept string);
{code}
1 entry is created a hive user and the other entry is created as test user
!Screenshot 2021-03-12 at 10.31.13 AM.png|width=671,height=166!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)