yihua commented on code in PR #12647:
URL: https://github.com/apache/hudi/pull/12647#discussion_r1962822677
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieCommonConfig.java:
##########
@@ -136,6 +136,19 @@ public class HoodieCommonConfig extends HoodieConfig {
.markAdvanced()
.withDocumentation("Property to control the max memory in bytes for dfs
input stream buffer size");
+ public static final ConfigProperty<Boolean>
HOODIE_FILE_INDEX_USE_SPILLABLE_MAP = ConfigProperty
+ .key("hoodie.file.index.cache.use.spillable.map")
+ .defaultValue(false)
Review Comment:
Got it.
--
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]