yihua commented on code in PR #13252:
URL: https://github.com/apache/hudi/pull/13252#discussion_r2072276847


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -453,7 +454,7 @@ private boolean initializeFromFilesystem(String 
initializationTime, List<Metadat
               continue;
             }
             partitionName = expressionIndexPartitionsToInit.iterator().next();
-            fileGroupCountAndRecordsPair = 
initializeExpressionIndexPartition(partitionName, instantTimeForPartition);
+            fileGroupCountAndRecordsPair = 
initializeExpressionIndexPartition(partitionName, dataTableInstantTime);

Review Comment:
   This is the main change.  Note that `BLOOM_FILTERS` partition uses 
`dataTableInstantTime`/`initializationTime` instead of 
`instantTimeForPartition` for bloom filter records in the metadata table.



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