Rename operation to IndexCompaction

This commit is contained in:
Kerollmops
2025-10-06 16:19:04 +02:00
parent 4a84f1cd1a
commit fbe6e0b2df
11 changed files with 45 additions and 41 deletions

View File

@@ -418,8 +418,8 @@ impl IndexScheduler {
task.status = Status::Succeeded;
Ok((vec![task], ProcessBatchInfo::default()))
}
Batch::CompactIndex { index_uid, mut task } => {
todo!("Implement compact index")
Batch::IndexCompaction { index_uid, mut task } => {
todo!("Implement index compaction")
}
Batch::Export { mut task } => {
let KindWithContent::Export { url, api_key, payload_size, indexes } = &task.kind