rahil-c commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2232065308


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java:
##########
@@ -1846,7 +1846,7 @@ public List<HoodieColumnRangeMetadata<Comparable>> 
getSortedColumnStatsList(Stri
             String filePath = new StoragePath(storagePartitionPath, 
filename).toString();
             try {
               return getLogFileColumnRangeMetadata(filePath, partitionPath, 
metaClient, allColumnNameList, Option.of(readerSchema),
-                  metadataConfig.getMaxReaderBufferSize())
+                  metadataConfig.getMaxReaderBufferSize(), 
metadataConfig.isOptimizedLogBlocksScanEnabled())

Review Comment:
   Will fix this, I think the `props` field of this class may contain this 
config key, so will check that otherwise fallback to default value.
   



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