Skip to main content

PbIcebergCompactionTask

Type Alias PbIcebergCompactionTask 

Source
pub type PbIcebergCompactionTask = IcebergCompactionTask;

Aliased Type§

pub struct PbIcebergCompactionTask {
    pub task_id: TypedId<11, u64>,
    pub props: BTreeMap<String, String>,
    pub task_type: i32,
    pub sink_id: u32,
}

Fields§

§task_id: TypedId<11, u64>§props: BTreeMap<String, String>

Now we only support iceberg table full compaction. compactor will get the information of the iceberg table from the properties

§task_type: i32§sink_id: u32