jerryshao commented on code in PR #6751: URL: https://github.com/apache/gravitino/pull/6751#discussion_r2025271739
########## core/src/main/java/org/apache/gravitino/catalog/PropertiesMetadataHelpers.java: ########## @@ -54,25 +54,31 @@ public static void validatePropertyForCreate( .collect(Collectors.toList()); Preconditions.checkArgument( reservedProperties.isEmpty(), - "Properties are reserved and cannot be set: %s", + "Properties or property prefixes arereserved and cannot be set: %s", Review Comment: "...are reserved..." -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org