[ https://issues.apache.org/jira/browse/ATLAS-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17056706#comment-17056706 ]
ASF subversion and git services commented on ATLAS-3647: -------------------------------------------------------- Commit d1f6585f1279f0574902dd559eb0f844f9a56488 in atlas's branch refs/heads/branch-2.0 from mayanknj [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=d1f6585 ] ATLAS-3647: Fix System attribute search when IsIncomplete Attribute has 1,null as values. Signed-off-by: nixonrodrigues <ni...@apache.org> (cherry picked from commit c6cac0301707e0d5ac983902a0c2aeefb148c872) > 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 > Assignee: Mayank Jain > Priority: Major > Attachments: ATLAS-3467-2.patch > > > 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)