[
https://issues.apache.org/jira/browse/ATLAS-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910824#comment-16910824
]
ASF subversion and git services commented on ATLAS-3380:
--------------------------------------------------------
Commit 10933c579aba485ff117c7556aee9d0408a899f4 in atlas's branch
refs/heads/branch-2.0 from Sarath Subramanian
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=10933c5 ]
ATLAS-3380: Regression: After moving a table to a different database , db
attribute in the table entity still points to the old db
(cherry picked from commit b96ce272d42283a3ee67e984d919c21bb65b587d)
> 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)