From 0d87ab2e26d6d4d59fdd32b711cc923bb453f5e5 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Wed, 23 Oct 2024 15:35:49 +0800 Subject: [PATCH] fix typo Signed-off-by: Richard Chien --- src/stream/src/executor/over_window/general.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream/src/executor/over_window/general.rs b/src/stream/src/executor/over_window/general.rs index 7797eec552c6d..a7698288e3bba 100644 --- a/src/stream/src/executor/over_window/general.rs +++ b/src/stream/src/executor/over_window/general.rs @@ -332,7 +332,7 @@ impl OverWindowExecutor { ) { // 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, (PartitionDelta, PartitionDelta)> = BTreeMap::new();