Sharmadha Sainath created ATLAS-2061:
----------------------------------------
Summary: Regression : Entity,Tag filter fetches empty results when
applied on an enum attribute.
Key: ATLAS-2061
URL: https://issues.apache.org/jira/browse/ATLAS-2061
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 0.9-incubating
Reporter: Sharmadha Sainath
Priority: Blocker
1.Created a tag with an attribute fileAction of type file_action.
2.Associated the tag to an entity with fileAction value "EXECUTE"
3.Fired a basic query with classification = <tagname> and tag filter :
fileAction = EXECUTE. The entity was not fetched.
No results are fetched with "!=" operator too on values other than EXECUTE like
WRITE , READ etc.,
Hence , enum filtering is not fetching results.
This is a regression , as few commits back, enum filtering was working as
expected.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)