danny0405 commented on code in PR #7764:
URL: https://github.com/apache/hudi/pull/7764#discussion_r1089684405
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -237,12 +237,12 @@ public final class HoodieMetadataConfig extends
HoodieConfig {
+ "metadata table which are never added before. This config
determines how to handle "
+ "such spurious deletes");
- public static final ConfigProperty<Boolean> USE_LOG_RECORD_READER_SCAN_V2 =
ConfigProperty
- .key(METADATA_PREFIX + ".log.record.reader.use.scanV2")
+ public static final ConfigProperty<Boolean> ENABLE_OPTIMIZED_LOG_BLOCKS_SCAN
= ConfigProperty
+ .key(METADATA_PREFIX + ".optimized.log.blocks.scan.enable")
.defaultValue(false)
.sinceVersion("0.13.0")
- .withDocumentation("ScanV2 logic address all the multiwriter challenges
while appending to log files. "
Review Comment:
Do we think it makes sense to put the common sub-string
`.optimized.log.blocks.scan.enable` as a constant in `HoodieCompactionConfig` ?
--
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]