danny0405 commented on code in PR #9746:
URL: https://github.com/apache/hudi/pull/9746#discussion_r1330961847
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMemoryConfig.java:
##########
@@ -57,13 +53,17 @@ public class HoodieMemoryConfig extends HoodieConfig {
public static final ConfigProperty<String>
MAX_MEMORY_FRACTION_FOR_COMPACTION = ConfigProperty
.key("hoodie.memory.compaction.fraction")
.defaultValue(String.valueOf(0.6))
+ .withAlternatives("compaction.memory.fraction")
Review Comment:
Ohh, I see it's hard coded in the code before, should we keep it in release
1.0? Maybe we can just drop it directly to simplify the code.
--
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]