You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2018/05/17 01:23:00 UTC

[jira] [Updated] (ATLAS-2430) Advance Search: Select on multiple attributes containing complex attributes

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

Madhan Neethiraj updated ATLAS-2430:
------------------------------------
    Affects Version/s: 1.0.0
        Fix Version/s: 1.0.0

> 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
>    Affects Versions: 1.0.0
>            Reporter: Ashutosh Mestry
>            Assignee: Ashutosh Mestry
>            Priority: Major
>             Fix For: 1.0.0
>
>         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)