shaofengshi commented on code in PR #4997:
URL: https://github.com/apache/gravitino/pull/4997#discussion_r1773191237
##########
docs/manage-metalake-using-gravitino.md:
##########
@@ -107,15 +109,10 @@ curl -X PUT -H "Accept:
application/vnd.gravitino.v1+json" \
"updates": [
{
"@type": "rename",
- "newName": "metalake"
- },
- {
- "@type": "setProperty",
- "property": "key2",
- "value": "value2"
Review Comment:
“altering a metalake” here may include multiple changes, e.g, alter the name
and set a property to the metadata. So I think the original version is okay,
which let user know this API supports multiple changes in one request. What do
you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]