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 validator class may contain
the logScan config key as the user can set any config value here it seems, so
will check that otherwise fallback to default value.
<img width="1166" height="590" alt="Screenshot 2025-07-25 at 2 47 40 PM"
src="https://github.com/user-attachments/assets/fdbc8840-6fd1-4096-8c1d-829d8bdd8c11"
/>
--
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]