yihua commented on a change in pull request #4662:
URL: https://github.com/apache/hudi/pull/4662#discussion_r789844044
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java
##########
@@ -83,7 +83,7 @@
public static final ConfigProperty<String> PLAN_STRATEGY_SMALL_FILE_LIMIT =
ConfigProperty
.key(CLUSTERING_STRATEGY_PARAM_PREFIX + "small.file.limit")
- .defaultValue(String.valueOf(600 * 1024 * 1024L))
+ .defaultValue(String.valueOf(100 * 1024 * 1024L))
Review comment:
What is the criteria for selecting this value? Wondering how this
aligns up with other defaults.
--
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]