Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 7, 2024
1 parent 9778e25 commit 87c9c09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ fn apply_dep_join_past_agg(
.iter()
.enumerate()
.map(|(i, x)| {
let x = ColumnRefPred::from_pred_node(x.clone()).unwrap().index();
assert!(i + left_schema_size < left_schema_size + new_agg_schema_size);
BinOpPred::new(
ColumnRefPred::new(i).into_pred_node(),
Expand Down

0 comments on commit 87c9c09

Please sign in to comment.