Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed Nov 1, 2024
1 parent 7557bc0 commit 0b56941
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream/src/executor/nested_loop_temporal_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ async fn phase1_handle_chunk<S: StateStore, E: phase1::Phase1Evaluation>(
}

impl<S: StateStore, const T: JoinTypePrimitive> NestedLoopTemporalJoinExecutor<S, T> {
#[expect(dead_code)]
#[expect(clippy::too_many_arguments)]
pub fn new(
ctx: ActorContextRef,
Expand Down

0 comments on commit 0b56941

Please sign in to comment.