bhasudha commented on code in PR #5447:
URL: https://github.com/apache/hudi/pull/5447#discussion_r861350177
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java:
##########
@@ -87,7 +87,7 @@ public class HoodieClusteringConfig extends HoodieConfig {
.key(CLUSTERING_STRATEGY_PARAM_PREFIX + "small.file.limit")
.defaultValue(String.valueOf(300 * 1024 * 1024L))
.sinceVersion("0.7.0")
- .withDocumentation("Files smaller than the size specified here are
candidates for clustering");
+ .withDocumentation("Files smaller than the size in bytes specified here
are candidates for clustering");
Review Comment:
No. Liked the description. So +1. No action needed.
--
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]