pub type PbIcebergCompactionTask = IcebergCompactionTask;
Aliased Type§
pub struct PbIcebergCompactionTask {
pub task_id: u64,
pub props: BTreeMap<String, String>,
pub task_type: i32,
}
Fields§
§task_id: 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