Skip to main content

resolve_partition_spec

Function resolve_partition_spec 

Source
pub fn resolve_partition_spec(
    table: &Table,
    spec_id: i32,
) -> Result<PartitionSpecRef>
Expand description

Resolves a partition spec by id from the table metadata, with a consolidated error message. Shared spec-lookup mechanic for the pk-index merger, commit coordinator, and sink commit paths.