Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed Feb 19, 2024
1 parent d953993 commit 5b3bb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stream/src/executor/temporal_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ struct TemporalSide<K: HashKey, S: StateStore> {
}

impl<K: HashKey, S: StateStore> TemporalSide<K, S> {
/// Lookup the temporal side table and return a `JoinEntry` which could be empty if there are no
/// matched records.
/// Fetch records from temporal side table and ensure the entry in the cache.
/// If already exists, the entry will be promoted.
async fn fetch_or_promote_keys(
&mut self,
keys: impl Iterator<Item = &K>,
Expand Down

0 comments on commit 5b3bb5e

Please sign in to comment.