nsivabalan commented on code in PR #17495:
URL: https://github.com/apache/hudi/pull/17495#discussion_r2734367435


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieStorageConfig.java:
##########
@@ -80,6 +80,14 @@ public class HoodieStorageConfig extends HoodieConfig {
       .markAdvanced()
       .withDocumentation("Target file size in bytes for HFile base files.");
 
+  public static final ConfigProperty<Boolean> HFILE_WRITER_TO_ALLOW_DUPLICATES 
= ConfigProperty
+      .key("hoodie.hfile.writes.allow.duplicates")
+      .defaultValue(false)
+      .withDocumentation("When bootstrapping RI, if the main dataset contains 
duplicates then "
+          + "it will fail the bootstrap job. TO avoid the failure and 
bootstrap the RI with dups"

Review Comment:
   typically in OSS, we use "RLI" as abbreviation for RecordLevelIndex 
   



-- 
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]

Reply via email to