You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (JIRA)" <ji...@apache.org> on 2019/08/08 18:28:00 UTC

[jira] [Resolved] (ATLAS-3343) Ordering of dynAttr evaluation

     [ https://issues.apache.org/jira/browse/ATLAS-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sarath Subramanian resolved ATLAS-3343.
---------------------------------------
    Resolution: Fixed

> Ordering of dynAttr evaluation
> ------------------------------
>
>                 Key: ATLAS-3343
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3343
>             Project: Atlas
>          Issue Type: Sub-task
>            Reporter: Merryle Wang
>            Assignee: Merryle Wang
>            Priority: Major
>
> attr1
> attr2 - \{attr1}_name
> attr3 : \{attr2}_value
>  
> Here attr2 and attr3 are dynamic attributes
> The order in which these should be computed is
>  # attr2
>  # attr3
> The reason is attr3 is dependent on attr2.
>  
> This will be implemented with a small graph implementation of topological sort.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)