Skip to content

Commit

Permalink
[hotfix] Compile error of ForStStateExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakelly committed Sep 30, 2024
1 parent 8391cfe commit 3222c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void testExecuteMapStateRequest() throws Exception {
@SuppressWarnings("unchecked")
public void testExecuteAggregatingStateRequest() throws Exception {
ForStStateExecutor forStStateExecutor =
new ForStStateExecutor(false, 4, 1, db, new WriteOptions());
new ForStStateExecutor(false, false, 4, 1, db, new WriteOptions());
ForStAggregatingState<String, ?, Integer, Integer, Integer> state =
buildForStSumAggregateState("agg-state-1");

Expand Down

0 comments on commit 3222c3c

Please sign in to comment.