jerqi commented on code in PR #9779:
URL: https://github.com/apache/gravitino/pull/9779#discussion_r2745084948
##########
core/src/main/java/org/apache/gravitino/Configs.java:
##########
@@ -475,7 +475,10 @@ private Configs() {}
public static final ConfigEntry<String>
PARTITION_STATS_STORAGE_FACTORY_CLASS =
new ConfigBuilder("gravitino.stats.partition.storageFactoryClass")
- .doc("The partition stats storage factory class.")
+ .doc(
+ "The partition stats storage factory class. "
+ + "Default is Lance-based storage. "
+ + "For production use, configure
JdbcPartitionStatisticStorageFactory with database settings.")
Review Comment:
Maybe we should keep the original word.
--
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]