We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948396f commit 53b47beCopy full SHA for 53b47be
crates/core/src/operations/mod.rs
@@ -257,7 +257,7 @@ impl DeltaOps {
257
VacuumBuilder::new(self.0.log_store, self.0.state.map(|s| s.snapshot))
258
}
259
260
- /// Audit active files with files present on the filesystem
+ /// Audit and fix active files with files present on the filesystem
261
#[must_use]
262
pub fn filesystem_check(self) -> FileSystemCheckBuilder {
263
FileSystemCheckBuilder::new(self.0.log_store, self.0.state.map(|s| s.snapshot))
0 commit comments