Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-spacetime committed Jan 9, 2025
1 parent 1752145 commit 8d94b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/query/src/delta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl SelectPlan {
.unwrap_or_default(),
delete_plans: tx
.has_deletes(self.table_id)
.map(Delta::Inserts)
.map(Delta::Deletes)
.map(|delta| delta_plan(&self.plan, self.table_id, delta))
.unwrap_or_default(),
}
Expand Down

0 comments on commit 8d94b29

Please sign in to comment.