Table range deletion

This commit is contained in:
Alex Auvolat
2020-04-17 14:49:10 +02:00
parent 6ce14e2c9e
commit 867646093b
5 changed files with 39 additions and 25 deletions
+2
View File
@@ -346,6 +346,8 @@ impl<F: TableSchema + 'static> TableSyncer<F> {
}
}
}
let n_checksums = checksums.iter().map(|x| x.children.len()).fold(0, |x, y| x + y);
eprintln!("({}) Checksum comparison RPC: {} different out of {}", self.table.name, ret.len(), n_checksums);
Ok(ret)
}