You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/18 19:07:00 UTC

[jira] [Commented] (ATLAS-4211) DSL Search : Regression: When fetching string attribute with null value returns null , earlier versions returned empty

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

ASF subversion and git services commented on ATLAS-4211:
--------------------------------------------------------

Commit 83aa1f45b9aebea50c9e6c0847d16a821978ddd5 in atlas's branch refs/heads/master from Pinal
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=83aa1f4 ]

ATLAS-4211: DSL Search: Regression: When fetching string attribute with null value returns null , earlier versions returned empty

Signed-off-by: Sarath Subramanian <sa...@apache.org>


> DSL Search : Regression: When fetching string attribute with null value returns null , earlier versions returned empty
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4211
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4211
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Pinal
>            Assignee: Pinal
>            Priority: Major
>
> description is set to null for an hive_table entity
> DSL query : `hive_table name="bucketing_cols" select description` returns
> {code:java}
> {
>    "attributes":{
>       "name":[
>          "description"
>       ],
>       "values":[
>          [
>             null
>          ]
>       ]
>    },
>    "approximateCount":-1
> }{code}
> Earlier:
> {code:java}
> {
>   "queryType": "DSL",
>   "queryText": "`hive_table` name=\"bucketing_cols\" select description",
>   "attributes": {
>     "name": [
>       "description"
>     ],
>     "values": []
>   },
>   "approximateCount": -1
> }{code}



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