jerryshao commented on code in PR #10393:
URL: https://github.com/apache/gravitino/pull/10393#discussion_r2972636599
##########
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##########
@@ -274,6 +274,10 @@ public Schema alterSchema(NameIdentifier ident,
SchemaChange... changes)
.withId(schemaEntity.id())
.withName(schemaEntity.name())
.withNamespace(ident.namespace())
+ .withComment(alteredSchema.comment())
+ .withProperties(
Review Comment:
Yes, for the unmanaged schema entity, we only need to store the id / name.
Other fields will be fetched from external data sources.
--
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]