You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal (Jira)" <ji...@apache.org> on 2020/02/13 09:53:00 UTC

[jira] [Commented] (ATLAS-3615) Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

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

Pinal commented on ATLAS-3615:
------------------------------

Patch in review board at [https://reviews.apache.org/r/72127/]

> Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3615
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3615
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Pinal
>            Assignee: Pinal
>            Priority: Major
>         Attachments: ATLAS-3615.2.patch
>
>
> 1. classification : tag1 returns all entities associated to tag1
> 2. typename : _ALL_ENTITY_TYPES returns all entities under all types.
> 3. classification : tag1 typename : hive_table returns all hive_table entities associated to tag1
> 4. classification : tag1 typename : _ALL_ENTITY_TYPES doesn't return any result. Expected it would return same results as query1.
> Basic search payload :
> {code:java}
> { 
> "excludeDeletedEntities":true,
> "includeSubClassifications":true,
> "includeSubTypes":true,
> "includeClassificationAttributes":true,
> "entityFilters":null,
> "tagFilters":null,
> "attributes":[
> ],
> "limit":25,
> "offset":0,
> "typeName":"_ALL_ENTITY_TYPES",
> "classification":"tag1",
> "termName":null
> }
> {code}
>  5. classification : tag1, typename : _ALL_ENTITY_TYPES, Search by text, this combination doesn't return any result



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