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

[jira] [Commented] (ATLAS-1991) qualifiedName for a Referencable should appear in the unique attributes in the AtlasObjectId.

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

David Radley commented on ATLAS-1991:
-------------------------------------

In fact no unique attributes appear in AtlasObjectId. I think this because the following AtlasObjectId constructor is never called:

 public AtlasObjectId(String typeName, Map<String, Object> uniqueAttributes) {
        this(null, typeName, uniqueAttributes);
    }

there is no setter for uniqueAttributes so there is no way for unique attributes to get into the AtlasObjectId.

> qualifiedName for a Referencable should appear in the unique attributes in the AtlasObjectId.
> ---------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-1991
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1991
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: David Radley
>




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