codope commented on code in PR #10352:
URL: https://github.com/apache/hudi/pull/10352#discussion_r1578976606
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1580,69 +1595,4 @@ public boolean isInitialized() {
}
protected abstract BaseHoodieWriteClient<?, I, ?, ?> initializeWriteClient();
-
- /**
- * A class which represents a directory and the files and directories inside
it.
- * <p>
- * A {@code PartitionFileInfo} object saves the name of the partition and
various properties requires of each file
- * required for initializing the metadata table. Saving limited properties
reduces the total memory footprint when
- * a very large number of files are present in the dataset being initialized.
- */
Review Comment:
Needed, but extracted for reuse.
--
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]