yuqi1129 commented on code in PR #10738:
URL: https://github.com/apache/gravitino/pull/10738#discussion_r3072537926
##########
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##########
@@ -148,6 +152,9 @@ public Schema createSchema(NameIdentifier ident, String
comment, Map<String, Str
.withId(uid)
.withName(ident.name())
.withNamespace(ident.namespace())
+ .withProperties(
+ ImmutableMap.of(
+ SCHEMA_CREATED_BY_GRAVITINO,
SCHEMA_CREATED_BY_GRAVITINO_VALUE))
Review Comment:
By now, the Gravitino entity store will not store properties,so we may need
to think twice about this point.
--
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]