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 2017/08/23 17:46:00 UTC

[jira] [Updated] (ATLAS-2082) Regression : Search using entity and trait attributes - Issue with capitalized string filter attributes and boolean filters

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

Madhan Neethiraj updated ATLAS-2082:
------------------------------------
    Attachment: ATLAS-2082.patch

Review board URL: https://reviews.apache.org/r/61854/

> Regression : Search using entity and trait attributes - Issue with capitalized string filter attributes and boolean filters
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-2082
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2082
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 0.8.1-incubating
>            Reporter: Sharmadha Sainath
>            Priority: Critical
>             Fix For: 0.9-incubating, 0.8.1-incubating
>
>         Attachments: ATLAS-2082.patch, BooleanAndCapsStringSearch.txt
>
>
> When a search is applied with 2 filters : boolean and string and if string filter has capitalized characters, Atlas throws 500 Internal server error.
> Example POST body request :
> {code}
> {  
>    "entityFilters":{  
>       "condition":"AND",
>       "criterion":[  
>          {  
>             "attributeName":"isFile",
>             "operator":"=",
>             "attributeValue":"true"
>          },
>          {  
>             "attributeName":"owner",
>             "operator":"=",
>             "attributeValue":"Hrt_qa"
>          }
>       ]
>    },
>    "tagFilters":null,
>    "attributes":[  
>       "isFile"
>    ],
>    "query":null,
>    "excludeDeletedEntities":true,
>    "limit":25,
>    "typeName":"hdfs_path",
>    "classification":null
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)