FANNG1 commented on code in PR #9580:
URL: https://github.com/apache/gravitino/pull/9580#discussion_r2791164229
##########
core/src/main/java/org/apache/gravitino/catalog/FunctionOperationDispatcher.java:
##########
@@ -133,6 +138,8 @@ public Function registerFunction(
Preconditions.checkArgument(
definitions != null && definitions.length > 0, "At least one
definition is required");
+ validateNotIcebergReservedSchema(ident);
Review Comment:
The method name is too specific to Iceberg, we may add other check for
Paimon, Hudi, etc
--
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]