Remove the IndexRename operation

This commit is contained in:
Kerollmops
2022-10-03 16:33:50 +02:00
committed by Clément Renault
parent 5fa214abb1
commit 9e8242c57d
3 changed files with 4 additions and 30 deletions

View File

@ -304,7 +304,6 @@ impl IndexScheduler {
tasks: self.get_existing_tasks(rtxn, ids)?,
})),
BatchKind::IndexSwap { id: _ } => todo!(),
BatchKind::IndexRename { id: _ } => todo!(),
}
}