Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Oct 23, 2024
1 parent 4312830 commit 0d87ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/over_window/general.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl<S: StateStore> OverWindowExecutor<S> {
) {
// partition key => (
// significant changes happened in the partition,
// no-effect changes happended in the partition,
// no-effect changes happened in the partition,
// )
let mut deltas: BTreeMap<DefaultOrdered<OwnedRow>, (PartitionDelta, PartitionDelta)> =
BTreeMap::new();
Expand Down

0 comments on commit 0d87ab2

Please sign in to comment.