rahil-c commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2223519134
##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -961,6 +961,8 @@ private void
verifyMetadataMergedRecords(HoodieTableMetaClient metadataMetaClien
.withRequestedSchema(schema)
.withDataSchema(schema)
.withProps(new TypedProperties())
+ // ensure this is using v2 scan for log reading
+ .withEnableOptimizedLogBlockScan(true)
Review Comment:
will fix this.
##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -961,6 +961,8 @@ private void
verifyMetadataMergedRecords(HoodieTableMetaClient metadataMetaClien
.withRequestedSchema(schema)
.withDataSchema(schema)
.withProps(new TypedProperties())
+ // ensure this is using v2 scan for log reading
+ .withEnableOptimizedLogBlockScan(true)
Review Comment:
will fix this to use 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]