danny0405 commented on code in PR #19641:
URL: https://github.com/apache/hudi/pull/19641#discussion_r3834941526
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -349,6 +349,61 @@ public class FlinkOptions extends HoodieConfig {
.noDefaultValue()
.withDescription("Parallelism of tasks that do the index writing,
default is the parallelism of the execution environment");
+ // ------------------------------------------------------------------------
+ // RLI RocksDB Partitioned Cache Options
+ // ------------------------------------------------------------------------
+
+ @AdvancedConfig
+ public static final ConfigOption<Boolean> INDEX_RLI_CACHE_ROCKSDB_ENABLED =
ConfigOptions
+ .key("index.rli.cache.rocksdb.enabled")
Review Comment:
do we need this option, currently the rocksDB is by defaule enabled for RLI
if native MDT is disabled, do we want to keep that inference?
--
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]