rahil-c commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2232122859
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedTableMetadata.java:
##########
@@ -547,6 +547,7 @@ private void
verifyMetadataMergedRecords(HoodieTableMetaClient metadataMetaClien
.withRequestedSchema(schema)
.withDataSchema(schema)
.withProps(new TypedProperties())
+
.withEnableOptimizedLogBlockScan(metadataTableWriteConfig.enableOptimizedLogBlocksScan())
Review Comment:
This should also be metadataConfig as we are reading from mdt table using
metadataMetaClient, will fix.
--
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]