roryqi commented on code in PR #11074:
URL: https://github.com/apache/gravitino/pull/11074#discussion_r3256641892
##########
core/src/main/java/org/apache/gravitino/storage/relational/service/SchemaMetaService.java:
##########
@@ -230,11 +198,7 @@ public void insertSchema(SchemaEntity schemaEntity,
boolean overwrite) throws IO
SchemaPO leafPO =
POConverters.initializeSchemaPOWithVersion(leafRow, leafBuilder);
Review Comment:
If the schema has the child schema, we shouldn't support it. I should throw
an exception direclty.
I want to optmize this point in the next pull request. I don't want to make
this pull request bigger.
--
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]