Skip to content

Commit

Permalink
Smoll cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondcheongzx committed Dec 19, 2024
1 parent 731cabb commit b2d9c2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ impl JoinGraph {
// There are no nodes. The empty graph is fully connected.
return true;

Check warning on line 229 in src/daft-logical-plan/src/optimization/rules/reorder_joins/join_graph.rs

View check run for this annotation

Codecov / codecov/patch

src/daft-logical-plan/src/optimization/rules/reorder_joins/join_graph.rs#L229

Added line #L229 was not covered by tests
};
// let start_ptr = Arc::as_ptr(&self.edges[0].0.plan);
let mut seen = HashSet::new();
let mut stack = vec![start];

Expand Down

0 comments on commit b2d9c2d

Please sign in to comment.