We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63ea9 commit d7ae8c2Copy full SHA for d7ae8c2
ballista/rust/scheduler/src/state/mod.rs
@@ -555,7 +555,7 @@ impl<T: Send + Sync> Lock for OwnedMutexGuard<T> {
555
async fn unlock(&mut self) {}
556
}
557
558
-/// Returns the the unresolved shuffles in the execution plan
+/// Returns the unresolved shuffles in the execution plan
559
fn find_unresolved_shuffles(
560
plan: &Arc<dyn ExecutionPlan>,
561
) -> Result<Vec<UnresolvedShuffleExec>> {
docs/README.md
@@ -21,7 +21,7 @@
21
22
## Dependencies
23
24
-It's recommended to install build dependencies and build the the documentation
+It's recommended to install build dependencies and build the documentation
25
inside a Python virtualenv.
26
27
- Python
0 commit comments