[HUDI-6076] Fix the unit of clustering.plan.strategy.target.file.max.bytes for clustering#8455
Conversation
|
@danny0405 Can you help with a review? |
|
@Zouxxyy, did you take the compatibility of this change into consideration? With this change, the config value of |
A valid concern, this may break the user code, we should take the modification as early and add some illustrations on the release note. |
@SteNicholas @danny0405 So should we add new configuration, or just fix the bug and not change the unit? |
Let's fix the bug first. |
|
@danny0405 done |
…bytes for clustering (apache#8455)
…bytes for clustering (apache#8455)
Change Logs
clustering.plan.strategy.target.file.max.bytes's unit is byte,clustering.plan.strategy.small.file.limitshould be unified with it. And they also compare sizes somewhere, there's not even a uniform unit here, like thisImpact
Fix the unit of clustering.plan.strategy.target.file.max.bytes for clustering
Risk level (write none, low medium or high below)
low
Documentation Update
none
Contributor's checklist