danny0405 commented on code in PR #13252:
URL: https://github.com/apache/hudi/pull/13252#discussion_r2072307610
##########
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:
Does it affect the correctness issue?
--
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]