We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb8b34 commit 638c47cCopy full SHA for 638c47c
rust/cubesql/cubesql/src/compile/engine/df/optimizers/plan_normalize.rs
@@ -1433,7 +1433,7 @@ mod tests {
1433
.build()
1434
.expect("Failed to build plan");
1435
1436
- // Create a deeply nested OR expression (should cause stack overflow)
+ // Create a deeply nested OR expression
1437
let deeply_nested_filter = create_deeply_nested_or_expr("value", 500);
1438
1439
let plan = LogicalPlanBuilder::from(table_scan)
0 commit comments