danny0405 commented on code in PR #13070: URL: https://github.com/apache/hudi/pull/13070#discussion_r2024135479
########## hudi-common/src/main/java/org/apache/hudi/common/config/HoodieReaderConfig.java: ########## @@ -89,4 +91,15 @@ public class HoodieReaderConfig extends HoodieConfig { "hoodie.write.record.merge.custom.implementation.classes"; public static final String RECORD_MERGE_IMPL_CLASSES_DEPRECATED_WRITE_CONFIG_KEY = "hoodie.datasource.write.record.merger.impls"; + + public static final ConfigProperty<Double> LOG_FILE_TO_PARQUET_FORMAT_SIZE_ESTIMATION_FRACTION = ConfigProperty + .key("hoodie.logfile.to.parquet.format.size.estimation.fraction") Review Comment: Why not just use `config.getLogFileToParquetCompressionRatio()`? -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org