rahil-c commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2231767021
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/metadata/TestHoodieTableMetadataUtil.java:
##########
@@ -273,7 +281,8 @@ public void testGetLogFileColumnRangeMetadata() throws
Exception {
metaClient,
columnsToIndex,
Option.of(HoodieTestDataGenerator.AVRO_SCHEMA_WITH_METADATA_FIELDS),
- HoodieMetadataConfig.MAX_READER_BUFFER_SIZE_PROP.defaultValue());
+ HoodieMetadataConfig.MAX_READER_BUFFER_SIZE_PROP.defaultValue(),
+ metadataConfig.isOptimizedLogBlocksScanEnabled());
Review Comment:
Since there is no write config present for this test, and the parent class
does not provide one, will just use the default value of the config.
--
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]