Closed LauraXia123 closed 3 months ago
main branch
create a new tag without comment property Then update the tag, it will get an exception
create a new tag by curl
curl -L -X POST 'http://localhost:8090/api/metalakes/:metalake/tags' \ -H 'Content-Type: application/json' \ -H 'Accept: application/vnd.gravitino.v1+json' \ --data-raw '{ "name": "string", "properties": {} }'
then update the tag
curl -L -X PUT 'http://localhost:8090/api/metalakes/:metalake/tags/:tag' \ -H 'Content-Type: application/json' \ -H 'Accept: application/vnd.gravitino.v1+json' \ --data-raw '{ "updates": [ { "@type": "rename", "newName": "my_tag_new" }, ] }'
No response
I will fix it.
Version
main branch
Describe what's wrong
create a new tag without comment property Then update the tag, it will get an exception
Error message and/or stacktrace
How to reproduce
create a new tag by curl
then update the tag
Additional context
No response