[
https://issues.apache.org/jira/browse/ATLAS-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16832238#comment-16832238
]
ASF subversion and git services commented on ATLAS-3182:
--------------------------------------------------------
Commit 8b58a326197e897a937d28f53076f385bb6710a7 in atlas's branch
refs/heads/master from Ashutosh Mestry
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8b58a32 ]
ATLAS-3182: Import transforms handling qualifiedName for hive_table entity.
> Import Transforms: Hive Table Qualified Name is Modified Incorrectly
> --------------------------------------------------------------------
>
> Key: ATLAS-3182
> URL: https://issues.apache.org/jira/browse/ATLAS-3182
> Project: Atlas
> Issue Type: Bug
> Reporter: Ashutosh Mestry
> Assignee: Ashutosh Mestry
> Priority: Major
> Attachments:
> ATLAS-3182-Import-transforms-handling-qualifiedName-.patch
>
>
> *Background*
> Existing transformation framework that is used in _ImportService_ does not
> correctly replace _qualifiedName_ for _hive_table_ entities in cases where
> entity _name_ and _qualifiedName_ are different.
> *Steps to Duplicate*
> # Create _hive_db_, say _db1_.
> # Create _hive_table_ entity such that it has name = _testtable_ and
> _qualifiedName = db1.testtable-123@cl1_.
> # Use the transforms handler to convert _hive_db_ (_db1_) name to dbX and
> _clusterName = clX_.
> *Expected Results*
> The resulting _hive_db_ should have _name_ and _qualifiedName_ changed to
> _dbX._
> The _hive_table_ should have its name = _testtable_ and _qualifiedName =
> dbX.testtable-123@clX._
> *Actual Results*
> The _hive_db_ entity is correctly transformed.
> The _hive_table_ entity's qualifiedName gets changed to _dbX.testtable@clX._
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)