public static class HoodieTableMetadataUtil.DirectoryInfo extends Object implements Serializable
A 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.
| Constructor and Description |
|---|
DirectoryInfo(String relativePath,
List<StoragePathInfo> pathInfos,
String maxInstantTime,
Set<String> pendingDataInstants) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.