We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195fe6f commit 9177547Copy full SHA for 9177547
1 file changed
datafusion/optimizer/src/reorder_join/join_graph.rs
@@ -298,10 +298,7 @@ pub fn reconstruct_plan(
298
Ok(current)
299
}
300
301
-fn flatten_joins_recursive(
302
- plan: LogicalPlan,
303
- join_graph: &mut JoinGraph,
304
-) -> Result<()> {
+fn flatten_joins_recursive(plan: LogicalPlan, join_graph: &mut JoinGraph) -> Result<()> {
305
match plan {
306
// Inner joins decompose into the graph. (Cross joins are encoded as
307
// Inner with an empty `on` list, which is also handled here: the
0 commit comments