mchades commented on issue #6845: URL: https://github.com/apache/gravitino/issues/6845#issuecomment-2803571923
@waukin > 1. Which specific part of the code snippet you shared should I update? you should handle the `NonEmptyEntityException` in the code block: https://github.com/apache/gravitino/blob/de7af71622705bb7ff8936f0879fa07df29f6332/core/src/main/java/org/apache/gravitino/catalog/SchemaOperationDispatcher.java#L335-L341 > 2. The difference between managed/unmanaged schema Managed schema means that the metadata of the schema is completely stored in Gravitino, and does not need to be retrieved from the external system. For example, schema in the model catalog is a managed schema. > 3. The difference between gravitino storage and the underlying catalog Gravitino storage is the storage of the Gravitino server, the "underlying catalog" refers to the external system under a catalog, for example, HMS is the underlying catalog of the Hive catalog; MySQL service is the underlying catalog of MySQL catalog -- 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]
