Skip to content

Commit

Permalink
remove absolute assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Jul 16, 2024
1 parent fedb137 commit 2df1d91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stream/src/executor/dynamic_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,6 @@ impl<S: StateStore, const USE_WATERMARK_CACHE: bool> DynamicFilterExecutor<S, US
committed_rhs_row.clone_from(&staging_rhs_row);
committed_rhs_value = Some(curr);

debug_assert_eq!(committed_rhs_row, staging_rhs_row);

// Update the vnode bitmap for the left state table if asked.
if let Some(vnode_bitmap) = barrier.as_update_vnode_bitmap(self.ctx.id) {
let (_previous_vnode_bitmap, _cache_may_stale) =
Expand Down

0 comments on commit 2df1d91

Please sign in to comment.