danny0405 commented on code in PR #7764:
URL: https://github.com/apache/hudi/pull/7764#discussion_r1089683636


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java:
##########
@@ -188,11 +188,11 @@ public class HoodieCompactionConfig extends HoodieConfig {
       .withDocumentation("Log compaction can be scheduled if the no. of log 
blocks crosses this threshold value. "
           + "This is effective only when log compaction is enabled via " + 
INLINE_LOG_COMPACT.key());
 
-  public static final ConfigProperty<String> USE_LOG_RECORD_READER_SCAN_V2 = 
ConfigProperty
-      .key("hoodie.log.record.reader.use.scanV2")
+  public static final ConfigProperty<String> ENABLE_OPTIMIZED_LOG_BLOCKS_SCAN 
= ConfigProperty
+      .key("hoodie.optimized.log.blocks.scan.enable")
       .defaultValue("false")

Review Comment:
   `enable` or `enabled`? Things kind of become messy because in 
`HoodieWriteConfig` some option keys are suffixed with `enable` and some are 
with `enabled`. Somehow, we need to unify the naming pattern.



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