Skip to content

Commit 7dba5b6

Browse files
committed
wip: cleanup
1 parent 81dc5cb commit 7dba5b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datafusion/core/src/physical_planner.rs

-2
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ impl PhysicalPlanner for DefaultPhysicalPlanner {
490490
}
491491
}
492492

493-
// atomic global incrmenter
494-
495493
static RECURSIVE_CTE_PHYSICAL_PLAN_BRANCH: OnceLock<AtomicI32> = OnceLock::new();
496494

497495
fn new_recursive_cte_physical_plan_branch_number() -> u32 {

0 commit comments

Comments
 (0)