You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ATLAS QA (JIRA)" <ji...@apache.org> on 2017/08/14 00:40:00 UTC

[jira] [Commented] (ATLAS-1984) Use AtlasRelatedObjectId to refer to relationship attributes during entity create/update

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

ATLAS QA commented on ATLAS-1984:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12879559/ATLAS-1984.1.patch
  against master revision b714fe0.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-ATLAS-Build/418//console

This message is automatically generated.

> Use AtlasRelatedObjectId to refer to relationship attributes during entity create/update
> ----------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1984
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1984
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: trunk, 0.9-incubating
>            Reporter: Sarath Subramanian
>            Assignee: Sarath Subramanian
>         Attachments: ATLAS-1984.1.patch
>
>
> AtlasObjectId is used to refer to entity attributes referring to another entity.
> hive_table.columns => List<AtlasObjectId>
> hive_table.db => AtlasObjectId
> Change this to use AtlasRelatedObjectId with the following structure:
> class AtlasRelatedObjectId  {
>    String relationshipGuid;
>    String displayText;
>    AtlasStruct relationshipAttributes; 
> }



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)