[
https://issues.apache.org/jira/browse/ATLAS-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15832459#comment-15832459
]
Sarath Subramanian commented on ATLAS-1478:
-------------------------------------------
3. GraphBackedMetadataRepository.java: 262
Preconditions.checkNotNull(traitInstance, "Trait instance cannot be null"); -->
This check is done already before for-loop in the addTrait() method,
duplicating null checks
final String traitName = traitInstance.getTypeName();
> REST API endpoint to support adding a tag to multiple entities
> --------------------------------------------------------------
>
> Key: ATLAS-1478
> URL: https://issues.apache.org/jira/browse/ATLAS-1478
> Project: Atlas
> Issue Type: Bug
> Reporter: Vimal Sharma
> Assignee: Vimal Sharma
> Fix For: 0.8-incubating
>
> Attachments: ATLAS-1478.patch, ATLAS-1478-v2.patch,
> ATLAS-1478-v3.patch
>
>
> Currently, there is no REST endpoint to add a tag to multiple entities. Add a
> REST endpoint in V2 APIs to support adding a tag to multiple entities in a
> single call.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)