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


##########
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:
   No.  The timestamp in the bloom filter records is not used in the production 
code and I believe it is aded for easier debugging only.



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