[ 
https://issues.apache.org/jira/browse/ATLAS-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910823#comment-16910823
 ] 

ASF subversion and git services commented on ATLAS-3380:
--------------------------------------------------------

Commit b96ce272d42283a3ee67e984d919c21bb65b587d in atlas's branch 
refs/heads/master from Sarath Subramanian
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b96ce27 ]

ATLAS-3380: Regression: After moving a table to a different database , db 
attribute in the table entity still points to the old db


> Regression: After moving a table to a different database , db attribute in 
> the table entity still points to the old db.
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3380
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3380
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.0.0
>            Reporter: Sarath Subramanian
>            Assignee: Sarath Subramanian
>            Priority: Major
>             Fix For: 2.1.0
>
>
> Hive commands:
> 1.create database db1;
> 2.create table table1(id int);
> 3.alter table table1 rename to db1.table2;
>  
> In table2's entity definition , db attribute is still pointing to default db 
> , expected is db1. Other attributes like qualifiedName , sd's qualifiedName 
> are pointing to db1 correctly.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to