danny0405 commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2232824991


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -435,7 +437,7 @@ public static Map<String, HoodieData<HoodieRecord>> 
convertMetadataToRecords(Hoo
 
     if 
(enabledPartitionTypes.contains(MetadataPartitionType.COLUMN_STATS.getPartitionPath()))
 {
       final HoodieData<HoodieRecord> metadataColumnStatsRDD = 
convertMetadataToColumnStatsRecords(commitMetadata, context,
-          dataMetaClient, metadataConfig, recordTypeOpt);
+          dataMetaClient, metadataConfig, recordTypeOpt, 
enableOptimizeLogBlocksScan);

Review Comment:
   we don't need this anyway, there is one case we read log files to fetch the 
column stats, but it's unmerging mode, so thie flag is useless.



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