[
https://issues.apache.org/jira/browse/ATLAS-4818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhengli updated ATLAS-4818:
---------------------------
Language: update
Description:
version: 2.3.0
entity full update not support null attribute?
eg:
i have create a entity with three attribute.
{
"name": "a",
"age": 18,
"city": "c"
}
then i want to update this entity with two attribute,
{
"name": "a",
"age": 18
}
however, the city attribute should be null, but is "c" actually
was:
version: 2.3.0
entity full update not support null attribute?
> Full update entity is not work
> ------------------------------
>
> Key: ATLAS-4818
> URL: https://issues.apache.org/jira/browse/ATLAS-4818
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: zhengli
> Priority: Major
>
> version: 2.3.0
> entity full update not support null attribute?
> eg:
> i have create a entity with three attribute.
> {
> "name": "a",
> "age": 18,
> "city": "c"
> }
> then i want to update this entity with two attribute,
> {
> "name": "a",
> "age": 18
> }
> however, the city attribute should be null, but is "c" actually
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)