codope commented on a change in pull request #4693:
URL: https://github.com/apache/hudi/pull/4693#discussion_r835757648
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java
##########
@@ -608,7 +624,7 @@ private void
initializeEnabledFileGroups(HoodieTableMetaClient dataMetaClient, S
* File groups will be named as :
* record-index-bucket-0000, .... -> ..., record-index-bucket-0009
*/
- private void initializeFileGroups(HoodieTableMetaClient dataMetaClient,
MetadataPartitionType metadataPartition, String instantTime,
+ public void initializeFileGroups(HoodieTableMetaClient dataMetaClient,
MetadataPartitionType metadataPartition, String instantTime,
Review comment:
even with each partition could be instantiated at different physical
times, the logical times (hudi instatnt timestamp) will be the same. Are you
taking from rescheduing index pov? Anyway, i think we should check run the same
checks as in `initializeIfNeeded` before initializing file groups.
--
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]