Skip to content

Commit 9177547

Browse files
committed
fmt
1 parent 195fe6f commit 9177547

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

datafusion/optimizer/src/reorder_join/join_graph.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,7 @@ pub fn reconstruct_plan(
298298
Ok(current)
299299
}
300300

301-
fn flatten_joins_recursive(
302-
plan: LogicalPlan,
303-
join_graph: &mut JoinGraph,
304-
) -> Result<()> {
301+
fn flatten_joins_recursive(plan: LogicalPlan, join_graph: &mut JoinGraph) -> Result<()> {
305302
match plan {
306303
// Inner joins decompose into the graph. (Cross joins are encoded as
307304
// Inner with an empty `on` list, which is also handled here: the

0 commit comments

Comments
 (0)