linliu-code commented on code in PR #9819:
URL: https://github.com/apache/hudi/pull/9819#discussion_r1353064237
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -736,6 +736,12 @@ public class HoodieWriteConfig extends HoodieConfig {
.markAdvanced()
.withDocumentation("Backup instants removed during rollback and restore
(useful for debugging)");
+ public static final ConfigProperty<Boolean> FILE_GROUP_RAEDER_ENABLED =
ConfigProperty
+ .key("hoodie.file.group.reader.enabled")
Review Comment:
I will try to find a good place to add this cofiguration.
--
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]