jerryshao commented on code in PR #5002:
URL: https://github.com/apache/gravitino/pull/5002#discussion_r1808465768


##########
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/IcebergConfig.java:
##########
@@ -205,7 +205,7 @@ public class IcebergConfig extends Config implements 
OverwriteDefaultConfig {
   public static final ConfigEntry<String> ICEBERG_REST_CATALOG_CONFIG_PROVIDER 
=
       new ConfigBuilder(IcebergConstants.ICEBERG_REST_CATALOG_CONFIG_PROVIDER)
           .doc(
-              "Catalog provider class name, you can develop a class that 
implements `IcebergCatalogConfigProvider` and add the corresponding jar file to 
the Iceberg REST service classpath directory.")
+              "Catalog provider class name, you can develop a class that 
implements `IcebergConfigProvider` and add the corresponding jar file to the 
Iceberg REST service classpath directory.")

Review Comment:
   This is too long, you need to make it less than 100 chars.



-- 
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]

Reply via email to