manojpec commented on a change in pull request #4067:
URL: https://github.com/apache/hudi/pull/4067#discussion_r767238351
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java
##########
@@ -137,6 +136,12 @@
.withDocumentation("There are cases when extra files are requested to be
deleted from metadata table which was never added before. This config"
+ "determines how to handle such spurious deletes");
+ public static final ConfigProperty<Boolean> RECORDKEY_DE_DUPLICATE =
ConfigProperty
+ .key(METADATA_PREFIX + ".recordkey.deduplicate")
+ .defaultValue(true)
+ .sinceVersion("0.10.0")
+ .withDocumentation("When enabled, Metadata table records will have key
de-duplication.");
Review comment:
added the internal config prefix.
--
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]