You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mandar Ambawane (Jira)" <ji...@apache.org> on 2021/07/04 10:57:00 UTC

[jira] [Resolved] (ATLAS-4198) [Atlas: Audits][Regression] No audits should be created while inserting data into table

     [ https://issues.apache.org/jira/browse/ATLAS-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mandar Ambawane resolved ATLAS-4198.
------------------------------------
    Resolution: Resolved

> [Atlas: Audits][Regression] No audits should be created while inserting data into table
> ---------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4198
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4198
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Dharshana M Krishnamoorthy
>            Assignee: Mandar Ambawane
>            Priority: Major
>         Attachments: Screenshot 2021-03-12 at 12.42.50 PM.png
>
>
> As perĀ ATLAS-3198, no audit entry should be created for insert operation. In the latest code we are able to see audit entries for insert operation
> Steps to repro:
>  # Create a table
>  # Insert data into table
> *Create table:*
> {code:java}
> CREATE TABLE IF NOT EXISTS dharsh_test_1 ( eid int, name String, salary String, designation String);{code}
> *Insert data into table:*
> {code:java}
> insert into dharsh_test_1 (eid, name, salary, designation)  values 
> (1001, "Gopal", "45000", "Technical manager"),
> (1002, "Manish", "45000", "Proof reader"), 
> (1003, "Masthanvali" , "40000", "Technical writer"); {code}
> The above insert operation should not create any audit entry according to ATLAS-3198,, but it now creates



--
This message was sent by Atlassian Jira
(v8.3.4#803005)