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

[jira] [Created] (ATLAS-3647) System attribute search : isIncomplete attribute has 1,null as values

Mayank Jain created ATLAS-3647:
----------------------------------

             Summary: System attribute search : isIncomplete attribute has 1,null as values
                 Key: ATLAS-3647
                 URL: https://issues.apache.org/jira/browse/ATLAS-3647
             Project: Atlas
          Issue Type: Bug
            Reporter: Mayank Jain


In entity definition , 
 isIncomplete is null when is entity is complete
 isIncomplete is 1 when is entity is incomplete (shell/ghost entities)

when isIncomplete = false is expected to return all complete entities (non-shell entities) but since isIncomplete is null , it doesn't return any entity.

In system attributes search,
 isIncomplete takes conditions =, != , not null , null with values true , false.

IMHO , it could have only = , != with true,false

Hence issues are :
 1. Backend : IsIncomplete to have value as 0 when the entity is complete.
 2. UI : Search attribute for IsIncomplete to remove "is null" and "is not null" checks



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