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

Jayendra Parab updated ATLAS-4005:
----------------------------------
    Affects Version/s: 2.1.0

> DSL search gives error if select clause contains attributes with null values
> ----------------------------------------------------------------------------
>
>                 Key: ATLAS-4005
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4005
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Jayendra Parab
>            Assignee: Jayendra Parab
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0
>
>
> When we do DSL search in the atlas, if one or more attributes in select 
> clause are not set for a vertex then the below given exception is thrown:
>  
> {code:java}
> java.lang.IllegalStateException: The property does not exist as the key has 
> no associated value for the provided element 
> {code}
> Example, in the query below, if owner isn't set for any of the entities, but 
> name and description are present then the above exception is thrown
> {code:java}
> from hdfs_path where name="testPath" select name, owner, description{code}
> Expected Behaviour: Query should return name and description of the filtered 
> entities with owner as blank



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to