Skip to content

Commit

Permalink
fix state table from proto
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed May 6, 2023
1 parent b5608c3 commit f18e572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stream/src/from_proto/eowc_over_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ impl ExecutorBuilder for EowcOverWindowExecutorBuilder {
.expect("vnodes not set for EOWC over window"),
));
let state_table =
StateTable::from_table_catalog(node.get_state_table()?, store, vnodes).await;
StateTable::from_table_catalog_inconsistent_op(node.get_state_table()?, store, vnodes)
.await;
Ok(EowcOverWindowExecutor::new(EowcOverWindowExecutorArgs {
input,
actor_ctx: params.actor_context,
Expand Down

0 comments on commit f18e572

Please sign in to comment.