yuqi1129 commented on code in PR #6853:
URL: https://github.com/apache/gravitino/pull/6853#discussion_r2036748863
##########
core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java:
##########
@@ -427,7 +442,7 @@ private EntityCombinedSchema
internalLoadSchema(NameIdentifier ident) {
// For some catalogs like PG, the identifier information is not
stored in the schema's
// metadata, we need to check if this schema is existed in the
store, if so we don't
// need to import.
- .withImported(isEntityExist(ident, SCHEMA));
Review Comment:
Yeah, I'm doing this.
--
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]