Skip to content

Commit bae24db

Browse files
committed
chore: fix
1 parent 53a75b8 commit bae24db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/compile/rewrite/rewriter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ impl egg::RewriteScheduler<LogicalPlanLanguage, LogicalPlanAnalysis> for Increme
545545
self.current_eclasses.extend(
546546
egraph
547547
.classes()
548-
.filter(|class| (class.data.iteration_timestamp >= iteration))
548+
.filter(|class| class.data.iteration_timestamp >= iteration)
549549
.map(|class| class.id),
550550
);
551551
};

0 commit comments

Comments
 (0)