[
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)