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


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -620,7 +622,8 @@ public static Map<String, HoodieData<HoodieRecord>> 
convertMetadataToRecords(Hoo
                                                                                
HoodieMetadataConfig metadataConfig,
                                                                                
List<MetadataPartitionType> enabledPartitionTypes,
                                                                                
int bloomIndexParallelism,
-                                                                               
Option<HoodieRecordType> recordTypeOpt) {
+                                                                               
Option<HoodieRecordType> recordTypeOpt,
+                                                                               
boolean enableOptimizeLogBlocksScan) {

Review Comment:
   I didn't see the usage of this flag?



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