IcebergMetadata(int formatVersion,
String tableUuid,
String location,
long lastSequenceNumber,
long lastUpdatedMs,
int lastColumnId,
List<IcebergSchema> schemas,
int currentSchemaId,
List<IcebergPartitionSpec> partitionSpecs,
int defaultSpecId,
int lastPartitionId,
List<IcebergSortOrder> sortOrders,
int defaultSortOrderId,
List<IcebergSnapshot> snapshots,
long currentSnapshotId,
Map<String,String> properties,
Map<String,IcebergRef> refs) |
IcebergMetadata(String tableUuid,
String location,
long lastSequenceNumber,
int lastColumnId,
List<IcebergSchema> schemas,
int currentSchemaId,
List<IcebergPartitionSpec> partitionSpecs,
int lastPartitionId,
List<IcebergSnapshot> snapshots,
long currentSnapshotId,
Map<String,IcebergRef> refs) |