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

Apoorv Naik commented on ATLAS-2430:
------------------------------------

Verified with latest master bits. +1

 

Thanks Ashutosh

> Advance Search: Select on multiple attributes containing complex attributes
> ---------------------------------------------------------------------------
>
>                 Key: ATLAS-2430
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2430
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Ashutosh Mestry
>            Assignee: Ashutosh Mestry
>            Priority: Major
>         Attachments: ATLAS-2430-Addressed-close-for-nested-queries.patch
>
>
> DSL query :
> {code:java}
> query =hive_table name = "employee" and db.name = "default" 
> {code}
> displays default.employee table
> same query with select has no results :
> {code:java}
> query = hive_table name = "employee" and db.name = "default"  select name
> {code}
> but following queries work and display the name of the table:
> {code:java}
> query = hive_table name = "employee" and owner = "hrt_qa"  select name
> {code}
> {code:java}
> query =hive_table db.name = "default"  select name
> {code}
> {code:java}
> query =hive_table name = "employee" select name
> {code}
> Multiple conditions with/without complex attributes work. But "select" on 
> multiple conditions with complex attributes doesn't work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to