Skip to content

Commit 638c47c

Browse files
committed
feat(cubesql): PlanNormalize - reduce stack allocations (split by path)
1 parent adb8b34 commit 638c47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/compile/engine/df/optimizers/plan_normalize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ mod tests {
14331433
.build()
14341434
.expect("Failed to build plan");
14351435

1436-
// Create a deeply nested OR expression (should cause stack overflow)
1436+
// Create a deeply nested OR expression
14371437
let deeply_nested_filter = create_deeply_nested_or_expr("value", 500);
14381438

14391439
let plan = LogicalPlanBuilder::from(table_scan)

0 commit comments

Comments
 (0)